Html Css Color HEX #D64061 Cerise

📋 copy color: '#D64061'

red 214 ◦ green 64 ◦ blue 97

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

Shades of Cerise #D64061

Tints of Cerise #D64061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.87%

R = 57.07%
G = 17.07%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D64061 (or 0xD64061) is known color: Cerise. HEX triplet: D6, 40 and 61. RGB value is (214,64,97). Sum of RGB (Red+Green+Blue) = 214+64+97=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D64061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64061 is #29BF9E. Grayscale: #707070. Windows color (decimal): -2736031 or 6373590. OLE color: 6373590.

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

Color convert

RGB 214 64 97 -
CMYK 0 0.70 0.55 0.16
HSL 346.8º 0.65% 0.55% -
HSV(B) 346.8º 0.7% 0.84% -
XYZ 31.72 18.83 13.27 -
YUV 112.61 119.2 200.32 -
System Red Green Blue C M Y K H S L
Decimal 214 64 97 0 0.70 0.55 0.16 346.8 0.65 0.55
Hex D6 40 61 0 46 37 10 15B 41 37
Octal 326 100 141 0 106 67 20 533 101 67
Binary 11010110 1000000 1100001 0 1000110 110111 10000 101011011 1000001 110111

Color Harmonies of #D64061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64061

Black with #D64061

Text Example


Text Example

White with #D64061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64061; }

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

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

background-color css

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

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

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

border-color css

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

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

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