Html Css Color HEX #D64260 Cerise

📋 copy color: '#D64260'

red 214 ◦ green 66 ◦ blue 96

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

Shades of Cerise #D64260

Tints of Cerise #D64260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.53%

R = 56.91%
G = 17.55%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D64260 (or 0xD64260) is known color: Cerise. HEX triplet: D6, 42 and 60. RGB value is (214,66,96). Sum of RGB (Red+Green+Blue) = 214+66+96=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D64260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64260 is #29BD9F. Grayscale: #717171. Windows color (decimal): -2735520 or 6308566. OLE color: 6308566.

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

Color convert

RGB 214 66 96 -
CMYK 0 0.69 0.55 0.16
HSL 347.84º 0.64% 0.55% -
HSV(B) 347.84º 0.69% 0.84% -
XYZ 31.79 19.04 13.07 -
YUV 113.67 118.03 199.56 -
System Red Green Blue C M Y K H S L
Decimal 214 66 96 0 0.69 0.55 0.16 347.84 0.64 0.55
Hex D6 42 60 0 45 37 10 15C 40 37
Octal 326 102 140 0 105 67 20 534 100 67
Binary 11010110 1000010 1100000 0 1000101 110111 10000 101011100 1000000 110111

Color Harmonies of #D64260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64260

Black with #D64260

Text Example


Text Example

White with #D64260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64260; }

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

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

background-color css

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

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

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

border-color css

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

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

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