Html Css Color HEX #D64069 Cerise

📋 copy color: '#D64069'

red 214 ◦ green 64 ◦ blue 105

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

Shades of Cerise #D64069

Tints of Cerise #D64069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.42%

R = 55.87%
G = 16.71%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D64069 (or 0xD64069) is known color: Cerise. HEX triplet: D6, 40 and 69. RGB value is (214,64,105). Sum of RGB (Red+Green+Blue) = 214+64+105=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D64069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64069 is #29BF96. Grayscale: #717171. Windows color (decimal): -2736023 or 6897878. OLE color: 6897878.

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

Color convert

RGB 214 64 105 -
CMYK 0 0.70 0.51 0.16
HSL 343.6º 0.65% 0.55% -
HSV(B) 343.6º 0.7% 0.84% -
XYZ 32.11 18.98 15.34 -
YUV 113.52 123.2 199.67 -
System Red Green Blue C M Y K H S L
Decimal 214 64 105 0 0.70 0.51 0.16 343.6 0.65 0.55
Hex D6 40 69 0 46 33 10 158 41 37
Octal 326 100 151 0 106 63 20 530 101 67
Binary 11010110 1000000 1101001 0 1000110 110011 10000 101011000 1000001 110111

Color Harmonies of #D64069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64069

Black with #D64069

Text Example


Text Example

White with #D64069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64069; }

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

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

background-color css

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

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

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

border-color css

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

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

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