Html Css Color HEX #D63296 Deep Cerise

📋 copy color: '#D63296'

red 214 ◦ green 50 ◦ blue 150

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

Shades of Deep Cerise #D63296

Tints of Deep Cerise #D63296

RGB

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

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

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

R = 51.69%
G = 12.08%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D63296 (or 0xD63296) is known color: Deep Cerise. HEX triplet: D6, 32 and 96. RGB value is (214,50,150). Sum of RGB (Red+Green+Blue) = 214+50+150=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D63296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63296 is #29CD69. Grayscale: #6E6E6E. Windows color (decimal): -2739562 or 9843414. OLE color: 9843414.

HSL color Cylindrical-coordinate representation of color #D63296: hue angle of 323.41º 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 #D63296 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 50 150 -
CMYK 0 0.77 0.30 0.16
HSL 323.41º 0.67% 0.52% -
HSV(B) 323.41º 0.77% 0.84% -
XYZ 34.38 18.78 30.67 -
YUV 110.44 150.33 201.87 -
System Red Green Blue C M Y K H S L
Decimal 214 50 150 0 0.77 0.30 0.16 323.41 0.67 0.52
Hex D6 32 96 0 4D 1E 10 143 43 34
Octal 326 62 226 0 115 36 20 503 103 64
Binary 11010110 110010 10010110 0 1001101 11110 10000 101000011 1000011 110100

Color Harmonies of #D63296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63296

Black with #D63296

Text Example


Text Example

White with #D63296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63296; }

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

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

background-color css

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

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

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

border-color css

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

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

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