Html Css Color HEX #D64280 Deep Cerise

📋 copy color: '#D64280'

red 214 ◦ green 66 ◦ blue 128

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

Shades of Deep Cerise #D64280

Tints of Deep Cerise #D64280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.18%

 BLUE value IS 128 (50.39% from 255) = 31.37%

R = 52.45%
G = 16.18%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D64280 (or 0xD64280) is known color: Deep Cerise. HEX triplet: D6, 42 and 80. RGB value is (214,66,128). Sum of RGB (Red+Green+Blue) = 214+66+128=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D64280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64280 is #29BD7F. Grayscale: #757575. Windows color (decimal): -2735488 or 8405718. OLE color: 8405718.

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

Color convert

RGB 214 66 128 -
CMYK 0 0.69 0.40 0.16
HSL 334.86º 0.64% 0.55% -
HSV(B) 334.86º 0.69% 0.84% -
XYZ 33.58 19.75 22.46 -
YUV 117.32 134.03 196.96 -
System Red Green Blue C M Y K H S L
Decimal 214 66 128 0 0.69 0.40 0.16 334.86 0.64 0.55
Hex D6 42 80 0 45 28 10 14F 40 37
Octal 326 102 200 0 105 50 20 517 100 67
Binary 11010110 1000010 10000000 0 1000101 101000 10000 101001111 1000000 110111

Color Harmonies of #D64280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64280

Black with #D64280

Text Example


Text Example

White with #D64280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64280; }

 p { color: rgb(214,66,128); }

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

background-color css

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

 a { background-color: rgb(214,66,128); }

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

border-color css

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

 span { border-color: rgb(214,66,128); }

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