Html Css Color HEX #D63596 Deep Cerise

📋 copy color: '#D63596'

red 214 ◦ green 53 ◦ blue 150

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

Shades of Deep Cerise #D63596

Tints of Deep Cerise #D63596

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.71%

 BLUE value IS 150 (58.98% from 255) = 35.97%

R = 51.32%
G = 12.71%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D63596 (or 0xD63596) is known color: Deep Cerise. HEX triplet: D6, 35 and 96. RGB value is (214,53,150). Sum of RGB (Red+Green+Blue) = 214+53+150=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D63596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63596 is #29CA69. Grayscale: #6F6F6F. Windows color (decimal): -2738794 or 9844182. OLE color: 9844182.

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

Color convert

RGB 214 53 150 -
CMYK 0 0.75 0.30 0.16
HSL 323.85º 0.66% 0.52% -
HSV(B) 323.85º 0.75% 0.84% -
XYZ 34.51 19.04 30.71 -
YUV 112.2 149.34 200.61 -
System Red Green Blue C M Y K H S L
Decimal 214 53 150 0 0.75 0.30 0.16 323.85 0.66 0.52
Hex D6 35 96 0 4B 1E 10 144 42 34
Octal 326 65 226 0 113 36 20 504 102 64
Binary 11010110 110101 10010110 0 1001011 11110 10000 101000100 1000010 110100

Color Harmonies of #D63596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63596

Black with #D63596

Text Example


Text Example

White with #D63596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63596; }

 p { color: rgb(214,53,150); }

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

background-color css

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

 a { background-color: rgb(214,53,150); }

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

border-color css

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

 span { border-color: rgb(214,53,150); }

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