Html Css Color HEX #D14060 Cerise

📋 copy color: '#D14060'

red 209 ◦ green 64 ◦ blue 96

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

Shades of Cerise #D14060

Tints of Cerise #D14060

RGB

 RED value IS 209 (82.03% from 255) = 56.64%

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

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

R = 56.64%
G = 17.34%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D14060 (or 0xD14060) is known color: Cerise. HEX triplet: D1, 40 and 60. RGB value is (209,64,96). Sum of RGB (Red+Green+Blue) = 209+64+96=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D14060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14060 is #2EBF9F. Grayscale: #6F6F6F. Windows color (decimal): -3063712 or 6308049. OLE color: 6308049.

HSL color Cylindrical-coordinate representation of color #D14060: hue angle of 346.76º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14060 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 64 96 -
CMYK 0 0.69 0.54 0.18
HSL 346.76º 0.61% 0.54% -
HSV(B) 346.76º 0.69% 0.82% -
XYZ 30.24 18.07 12.96 -
YUV 111 119.54 197.9 -
System Red Green Blue C M Y K H S L
Decimal 209 64 96 0 0.69 0.54 0.18 346.76 0.61 0.54
Hex D1 40 60 0 45 36 12 15B 3D 36
Octal 321 100 140 0 105 66 22 533 75 66
Binary 11010001 1000000 1100000 0 1000101 110110 10010 101011011 111101 110110

Color Harmonies of #D14060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14060

Black with #D14060

Text Example


Text Example

White with #D14060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14060; }

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

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

background-color css

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

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

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

border-color css

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

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

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