Html Css Color HEX #D63288 Deep Cerise

📋 copy color: '#D63288'

red 214 ◦ green 50 ◦ blue 136

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

Shades of Deep Cerise #D63288

Tints of Deep Cerise #D63288

RGB

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

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

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

R = 53.5%
G = 12.5%
B = 34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D63288 (or 0xD63288) is known color: Deep Cerise. HEX triplet: D6, 32 and 88. RGB value is (214,50,136). Sum of RGB (Red+Green+Blue) = 214+50+136=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D63288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63288 is #29CD77. Grayscale: #6C6C6C. Windows color (decimal): -2739576 or 8925910. OLE color: 8925910.

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

Color convert

RGB 214 50 136 -
CMYK 0 0.77 0.36 0.16
HSL 328.54º 0.67% 0.52% -
HSV(B) 328.54º 0.77% 0.84% -
XYZ 33.32 18.35 25.08 -
YUV 108.84 143.33 203.01 -
System Red Green Blue C M Y K H S L
Decimal 214 50 136 0 0.77 0.36 0.16 328.54 0.67 0.52
Hex D6 32 88 0 4D 24 10 149 43 34
Octal 326 62 210 0 115 44 20 511 103 64
Binary 11010110 110010 10001000 0 1001101 100100 10000 101001001 1000011 110100

Color Harmonies of #D63288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63288

Black with #D63288

Text Example


Text Example

White with #D63288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63288; }

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

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

background-color css

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

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

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

border-color css

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

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

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