Html Css Color HEX #D14062 Cerise

📋 copy color: '#D14062'

red 209 ◦ green 64 ◦ blue 98

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

Shades of Cerise #D14062

Tints of Cerise #D14062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.42%

R = 56.33%
G = 17.25%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D14062 (or 0xD14062) is known color: Cerise. HEX triplet: D1, 40 and 62. RGB value is (209,64,98). Sum of RGB (Red+Green+Blue) = 209+64+98=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D14062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14062 is #2EBF9D. Grayscale: #6F6F6F. Windows color (decimal): -3063710 or 6439121. OLE color: 6439121.

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

Color convert

RGB 209 64 98 -
CMYK 0 0.69 0.53 0.18
HSL 345.93º 0.61% 0.54% -
HSV(B) 345.93º 0.69% 0.82% -
XYZ 30.33 18.1 13.45 -
YUV 111.23 120.54 197.74 -
System Red Green Blue C M Y K H S L
Decimal 209 64 98 0 0.69 0.53 0.18 345.93 0.61 0.54
Hex D1 40 62 0 45 35 12 15A 3D 36
Octal 321 100 142 0 105 65 22 532 75 66
Binary 11010001 1000000 1100010 0 1000101 110101 10010 101011010 111101 110110

Color Harmonies of #D14062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14062

Black with #D14062

Text Example


Text Example

White with #D14062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14062; }

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

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

background-color css

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

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

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

border-color css

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

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

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