Html Css Color HEX #D63096 Deep Cerise

📋 copy color: '#D63096'

red 214 ◦ green 48 ◦ blue 150

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

Shades of Deep Cerise #D63096

Tints of Deep Cerise #D63096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.65%

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

R = 51.94%
G = 11.65%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D63096 (or 0xD63096) is known color: Deep Cerise. HEX triplet: D6, 30 and 96. RGB value is (214,48,150). Sum of RGB (Red+Green+Blue) = 214+48+150=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D63096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63096 is #29CF69. Grayscale: #6D6D6D. Windows color (decimal): -2740074 or 9842902. OLE color: 9842902.

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

Color convert

RGB 214 48 150 -
CMYK 0 0.78 0.30 0.16
HSL 323.13º 0.67% 0.51% -
HSV(B) 323.13º 0.78% 0.84% -
XYZ 34.29 18.61 30.64 -
YUV 109.26 151 202.71 -
System Red Green Blue C M Y K H S L
Decimal 214 48 150 0 0.78 0.30 0.16 323.13 0.67 0.51
Hex D6 30 96 0 4E 1E 10 143 43 33
Octal 326 60 226 0 116 36 20 503 103 63
Binary 11010110 110000 10010110 0 1001110 11110 10000 101000011 1000011 110011

Color Harmonies of #D63096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63096

Black with #D63096

Text Example


Text Example

White with #D63096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63096; }

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

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

background-color css

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

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

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

border-color css

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

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

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