Html Css Color HEX #D2369C Deep Cerise

📋 copy color: '#D2369C'

red 210 ◦ green 54 ◦ blue 156

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

Shades of Deep Cerise #D2369C

Tints of Deep Cerise #D2369C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.14%

R = 50%
G = 12.86%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2369C (or 0xD2369C) is known color: Deep Cerise. HEX triplet: D2, 36 and 9C. RGB value is (210,54,156). Sum of RGB (Red+Green+Blue) = 210+54+156=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2369C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2369C is #2DC963. Grayscale: #707070. Windows color (decimal): -3000676 or 10237650. OLE color: 10237650.

HSL color Cylindrical-coordinate representation of color #D2369C: hue angle of 320.77º 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 #D2369C is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 54 156 -
CMYK 0 0.74 0.26 0.18
HSL 320.77º 0.63% 0.52% -
HSV(B) 320.77º 0.74% 0.82% -
XYZ 33.9 18.74 33.28 -
YUV 112.27 152.68 197.71 -
System Red Green Blue C M Y K H S L
Decimal 210 54 156 0 0.74 0.26 0.18 320.77 0.63 0.52
Hex D2 36 9C 0 4A 1A 12 141 3F 34
Octal 322 66 234 0 112 32 22 501 77 64
Binary 11010010 110110 10011100 0 1001010 11010 10010 101000001 111111 110100

Color Harmonies of #D2369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2369C

Black with #D2369C

Text Example


Text Example

White with #D2369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2369C; }

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

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

background-color css

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

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

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

border-color css

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

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

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