Html Css Color HEX #D6288C Deep Cerise

📋 copy color: '#D6288C'

red 214 ◦ green 40 ◦ blue 140

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

Shades of Deep Cerise #D6288C

Tints of Deep Cerise #D6288C

RGB

 RED value IS 214 (83.98% from 255) = 54.31%

 GREEN value IS 40 (16.02% from 255) = 10.15%

 BLUE value IS 140 (55.08% from 255) = 35.53%

R = 54.31%
G = 10.15%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6288C (or 0xD6288C) is known color: Deep Cerise. HEX triplet: D6, 28 and 8C. RGB value is (214,40,140). Sum of RGB (Red+Green+Blue) = 214+40+140=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D6288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6288C is #29D773. Grayscale: #676767. Windows color (decimal): -2742132 or 9185494. OLE color: 9185494.

HSL color Cylindrical-coordinate representation of color #D6288C: hue angle of 325.52º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6288C is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 40 140 -
CMYK 0 0.81 0.35 0.16
HSL 325.52º 0.69% 0.5% -
HSV(B) 325.52º 0.81% 0.84% -
XYZ 33.22 17.71 26.48 -
YUV 103.43 148.65 206.87 -
System Red Green Blue C M Y K H S L
Decimal 214 40 140 0 0.81 0.35 0.16 325.52 0.69 0.5
Hex D6 28 8C 0 51 23 10 146 45 32
Octal 326 50 214 0 121 43 20 506 105 62
Binary 11010110 101000 10001100 0 1010001 100011 10000 101000110 1000101 110010

Color Harmonies of #D6288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6288C

Black with #D6288C

Text Example


Text Example

White with #D6288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6288C; }

 p { color: rgb(214,40,140); }

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

background-color css

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

 a { background-color: rgb(214,40,140); }

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

border-color css

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

 span { border-color: rgb(214,40,140); }

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