Html Css Color HEX #D63287 Deep Cerise

📋 copy color: '#D63287'

red 214 ◦ green 50 ◦ blue 135

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

Shades of Deep Cerise #D63287

Tints of Deep Cerise #D63287

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.53%

 BLUE value IS 135 (53.13% from 255) = 33.83%

R = 53.63%
G = 12.53%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D63287 (or 0xD63287) is known color: Deep Cerise. HEX triplet: D6, 32 and 87. RGB value is (214,50,135). Sum of RGB (Red+Green+Blue) = 214+50+135=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D63287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63287 is #29CD78. Grayscale: #6C6C6C. Windows color (decimal): -2739577 or 8860374. OLE color: 8860374.

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

Color convert

RGB 214 50 135 -
CMYK 0 0.77 0.37 0.16
HSL 328.9º 0.67% 0.52% -
HSV(B) 328.9º 0.77% 0.84% -
XYZ 33.25 18.33 24.71 -
YUV 108.73 142.83 203.09 -
System Red Green Blue C M Y K H S L
Decimal 214 50 135 0 0.77 0.37 0.16 328.9 0.67 0.52
Hex D6 32 87 0 4D 25 10 149 43 34
Octal 326 62 207 0 115 45 20 511 103 64
Binary 11010110 110010 10000111 0 1001101 100101 10000 101001001 1000011 110100

Color Harmonies of #D63287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63287

Black with #D63287

Text Example


Text Example

White with #D63287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63287; }

 p { color: rgb(214,50,135); }

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

background-color css

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

 a { background-color: rgb(214,50,135); }

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

border-color css

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

 span { border-color: rgb(214,50,135); }

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