Html Css Color HEX #D5307D Deep Cerise

📋 copy color: '#D5307D'

red 213 ◦ green 48 ◦ blue 125

#D5307D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D5307D

Tints of Deep Cerise #D5307D

RGB

 RED value IS 213 (83.59% from 255) = 55.18%

 GREEN value IS 48 (19.14% from 255) = 12.44%

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 55.18%
G = 12.44%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D5307D (or 0xD5307D) is known color: Deep Cerise. HEX triplet: D5, 30 and 7D. RGB value is (213,48,125). Sum of RGB (Red+Green+Blue) = 213+48+125=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5307D is #2ACF82. Grayscale: #696969. Windows color (decimal): -2805635 or 8204501. OLE color: 8204501.

HSL color Cylindrical-coordinate representation of color #D5307D: hue angle of 332º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5307D is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 48 125 -
CMYK 0 0.77 0.41 0.16
HSL 332º 0.66% 0.51% -
HSV(B) 332º 0.77% 0.84% -
XYZ 32.2 17.74 21.13 -
YUV 106.11 138.66 204.24 -
System Red Green Blue C M Y K H S L
Decimal 213 48 125 0 0.77 0.41 0.16 332 0.66 0.51
Hex D5 30 7D 0 4D 29 10 14C 42 33
Octal 325 60 175 0 115 51 20 514 102 63
Binary 11010101 110000 1111101 0 1001101 101001 10000 101001100 1000010 110011

Color Harmonies of #D5307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5307D

Black with #D5307D

Text Example


Text Example

White with #D5307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5307D; }

 p { color: rgb(213,48,125); }

 H1.HeaderClassName
 {
   color: #D5307D;
 }
 .AnyTagClassName
 {
   color: #D5307D;
 }
</style>

background-color css

<style>
 a { background-color: #D5307D; }

 a { background-color: rgb(213,48,125); }

 div.DivClassName
 {
   background-color: #D5307D;
 }
 .BgClassName
 {
   background-color: #D5307D;
 }
</style>

border-color css

<style>
 span { border-color: #D5307D; }

 span { border-color: rgb(213,48,125); }

 td.TdClassName
 {
   border-color: #D5307D;
 }
 .TagClassName
 {
   border-color: #D5307D;
 }
</style>