Html Css Color HEX #D63088 Deep Cerise

📋 copy color: '#D63088'

red 214 ◦ green 48 ◦ blue 136

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

Shades of Deep Cerise #D63088

Tints of Deep Cerise #D63088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.17%

R = 53.77%
G = 12.06%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D63088 (or 0xD63088) is known color: Deep Cerise. HEX triplet: D6, 30 and 88. RGB value is (214,48,136). Sum of RGB (Red+Green+Blue) = 214+48+136=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D63088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63088 is #29CF77. Grayscale: #6B6B6B. Windows color (decimal): -2740088 or 8925398. OLE color: 8925398.

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

Color convert

RGB 214 48 136 -
CMYK 0 0.78 0.36 0.16
HSL 328.19º 0.67% 0.51% -
HSV(B) 328.19º 0.78% 0.84% -
XYZ 33.23 18.19 25.05 -
YUV 107.67 144 203.84 -
System Red Green Blue C M Y K H S L
Decimal 214 48 136 0 0.78 0.36 0.16 328.19 0.67 0.51
Hex D6 30 88 0 4E 24 10 148 43 33
Octal 326 60 210 0 116 44 20 510 103 63
Binary 11010110 110000 10001000 0 1001110 100100 10000 101001000 1000011 110011

Color Harmonies of #D63088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63088

Black with #D63088

Text Example


Text Example

White with #D63088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63088; }

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

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

background-color css

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

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

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

border-color css

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

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

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