Html Css Color HEX #D64082 Deep Cerise

📋 copy color: '#D64082'

red 214 ◦ green 64 ◦ blue 130

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

Shades of Deep Cerise #D64082

Tints of Deep Cerise #D64082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.69%

 BLUE value IS 130 (51.17% from 255) = 31.86%

R = 52.45%
G = 15.69%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D64082 (or 0xD64082) is known color: Deep Cerise. HEX triplet: D6, 40 and 82. RGB value is (214,64,130). Sum of RGB (Red+Green+Blue) = 214+64+130=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D64082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64082 is #29BF7D. Grayscale: #747474. Windows color (decimal): -2735998 or 8536278. OLE color: 8536278.

HSL color Cylindrical-coordinate representation of color #D64082: hue angle of 333.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64082 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 130 -
CMYK 0 0.70 0.39 0.16
HSL 333.6º 0.65% 0.55% -
HSV(B) 333.6º 0.7% 0.84% -
XYZ 33.59 19.57 23.13 -
YUV 116.37 135.7 197.63 -
System Red Green Blue C M Y K H S L
Decimal 214 64 130 0 0.70 0.39 0.16 333.6 0.65 0.55
Hex D6 40 82 0 46 27 10 14E 41 37
Octal 326 100 202 0 106 47 20 516 101 67
Binary 11010110 1000000 10000010 0 1000110 100111 10000 101001110 1000001 110111

Color Harmonies of #D64082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64082

Black with #D64082

Text Example


Text Example

White with #D64082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64082; }

 p { color: rgb(214,64,130); }

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

background-color css

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

 a { background-color: rgb(214,64,130); }

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

border-color css

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

 span { border-color: rgb(214,64,130); }

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