Html Css Color HEX #D64281 Deep Cerise

📋 copy color: '#D64281'

red 214 ◦ green 66 ◦ blue 129

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

Shades of Deep Cerise #D64281

Tints of Deep Cerise #D64281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.54%

R = 52.32%
G = 16.14%
B = 31.54%

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

#D64281 (or 0xD64281) is known color: Deep Cerise. HEX triplet: D6, 42 and 81. RGB value is (214,66,129). Sum of RGB (Red+Green+Blue) = 214+66+129=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D64281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64281 is #29BD7E. Grayscale: #757575. Windows color (decimal): -2735487 or 8471254. OLE color: 8471254.

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

Color convert

RGB 214 66 129 -
CMYK 0 0.69 0.40 0.16
HSL 334.46º 0.64% 0.55% -
HSV(B) 334.46º 0.69% 0.84% -
XYZ 33.64 19.78 22.81 -
YUV 117.43 134.53 196.88 -
System Red Green Blue C M Y K H S L
Decimal 214 66 129 0 0.69 0.40 0.16 334.46 0.64 0.55
Hex D6 42 81 0 45 28 10 14E 40 37
Octal 326 102 201 0 105 50 20 516 100 67
Binary 11010110 1000010 10000001 0 1000101 101000 10000 101001110 1000000 110111

Color Harmonies of #D64281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64281

Black with #D64281

Text Example


Text Example

White with #D64281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64281; }

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

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

background-color css

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

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

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

border-color css

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

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

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