Html Css Color HEX #D64488 Deep Cerise

📋 copy color: '#D64488'

red 214 ◦ green 68 ◦ blue 136

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

Shades of Deep Cerise #D64488

Tints of Deep Cerise #D64488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.27%

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

R = 51.2%
G = 16.27%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D64488 (or 0xD64488) is known color: Deep Cerise. HEX triplet: D6, 44 and 88. RGB value is (214,68,136). Sum of RGB (Red+Green+Blue) = 214+68+136=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D64488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64488 is #29BB77. Grayscale: #777777. Windows color (decimal): -2734968 or 8930518. OLE color: 8930518.

HSL color Cylindrical-coordinate representation of color #D64488: hue angle of 332.05º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64488 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 68 136 -
CMYK 0 0.68 0.36 0.16
HSL 332.05º 0.64% 0.55% -
HSV(B) 332.05º 0.68% 0.84% -
XYZ 34.24 20.21 25.39 -
YUV 119.41 137.37 195.47 -
System Red Green Blue C M Y K H S L
Decimal 214 68 136 0 0.68 0.36 0.16 332.05 0.64 0.55
Hex D6 44 88 0 44 24 10 14C 40 37
Octal 326 104 210 0 104 44 20 514 100 67
Binary 11010110 1000100 10001000 0 1000100 100100 10000 101001100 1000000 110111

Color Harmonies of #D64488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64488

Black with #D64488

Text Example


Text Example

White with #D64488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64488; }

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

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

background-color css

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

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

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

border-color css

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

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

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