Html Css Color HEX #D2367B Deep Cerise

📋 copy color: '#D2367B'

red 210 ◦ green 54 ◦ blue 123

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

Shades of Deep Cerise #D2367B

Tints of Deep Cerise #D2367B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.95%

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

R = 54.26%
G = 13.95%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2367B (or 0xD2367B) is known color: Deep Cerise. HEX triplet: D2, 36 and 7B. RGB value is (210,54,123). Sum of RGB (Red+Green+Blue) = 210+54+123=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2367B is #2DC984. Grayscale: #6C6C6C. Windows color (decimal): -3000709 or 8074962. OLE color: 8074962.

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

Color convert

RGB 210 54 123 -
CMYK 0 0.74 0.41 0.18
HSL 333.46º 0.63% 0.52% -
HSV(B) 333.46º 0.74% 0.82% -
XYZ 31.47 17.77 20.51 -
YUV 108.51 136.18 200.39 -
System Red Green Blue C M Y K H S L
Decimal 210 54 123 0 0.74 0.41 0.18 333.46 0.63 0.52
Hex D2 36 7B 0 4A 29 12 14D 3F 34
Octal 322 66 173 0 112 51 22 515 77 64
Binary 11010010 110110 1111011 0 1001010 101001 10010 101001101 111111 110100

Color Harmonies of #D2367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2367B

Black with #D2367B

Text Example


Text Example

White with #D2367B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2367B; }

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

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

background-color css

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

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

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

border-color css

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

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

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