Html Css Color HEX #D34060 Cerise

📋 copy color: '#D34060'

red 211 ◦ green 64 ◦ blue 96

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

Shades of Cerise #D34060

Tints of Cerise #D34060

RGB

 RED value IS 211 (82.81% from 255) = 56.87%

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

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

R = 56.87%
G = 17.25%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D34060 (or 0xD34060) is known color: Cerise. HEX triplet: D3, 40 and 60. RGB value is (211,64,96). Sum of RGB (Red+Green+Blue) = 211+64+96=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D34060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34060 is #2CBF9F. Grayscale: #6F6F6F. Windows color (decimal): -2932640 or 6308051. OLE color: 6308051.

HSL color Cylindrical-coordinate representation of color #D34060: hue angle of 346.94º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34060 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 64 96 -
CMYK 0 0.70 0.55 0.17
HSL 346.94º 0.63% 0.54% -
HSV(B) 346.94º 0.7% 0.83% -
XYZ 30.81 18.36 12.99 -
YUV 111.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 211 64 96 0 0.70 0.55 0.17 346.94 0.63 0.54
Hex D3 40 60 0 46 37 11 15B 3F 36
Octal 323 100 140 0 106 67 21 533 77 66
Binary 11010011 1000000 1100000 0 1000110 110111 10001 101011011 111111 110110

Color Harmonies of #D34060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34060

Black with #D34060

Text Example


Text Example

White with #D34060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34060; }

 p { color: rgb(211,64,96); }

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

background-color css

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

 a { background-color: rgb(211,64,96); }

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

border-color css

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

 span { border-color: rgb(211,64,96); }

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