Html Css Color HEX #D2307B Deep Cerise

📋 copy color: '#D2307B'

red 210 ◦ green 48 ◦ blue 123

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

Shades of Deep Cerise #D2307B

Tints of Deep Cerise #D2307B

RGB

 RED value IS 210 (82.42% from 255) = 55.12%

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

 BLUE value IS 123 (48.44% from 255) = 32.28%

R = 55.12%
G = 12.6%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2307B (or 0xD2307B) is known color: Deep Cerise. HEX triplet: D2, 30 and 7B. RGB value is (210,48,123). Sum of RGB (Red+Green+Blue) = 210+48+123=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D2307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2307B is #2DCF84. Grayscale: #686868. Windows color (decimal): -3002245 or 8073426. OLE color: 8073426.

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

Color convert

RGB 210 48 123 -
CMYK 0 0.77 0.41 0.18
HSL 332.22º 0.64% 0.51% -
HSV(B) 332.22º 0.77% 0.82% -
XYZ 31.21 17.25 20.42 -
YUV 104.99 138.17 202.9 -
System Red Green Blue C M Y K H S L
Decimal 210 48 123 0 0.77 0.41 0.18 332.22 0.64 0.51
Hex D2 30 7B 0 4D 29 12 14C 40 33
Octal 322 60 173 0 115 51 22 514 100 63
Binary 11010010 110000 1111011 0 1001101 101001 10010 101001100 1000000 110011

Color Harmonies of #D2307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2307B

Black with #D2307B

Text Example


Text Example

White with #D2307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2307B; }

 p { color: rgb(210,48,123); }

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

background-color css

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

 a { background-color: rgb(210,48,123); }

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

border-color css

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

 span { border-color: rgb(210,48,123); }

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