Html Css Color HEX #D34062 Cerise

📋 copy color: '#D34062'

red 211 ◦ green 64 ◦ blue 98

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

Shades of Cerise #D34062

Tints of Cerise #D34062

RGB

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

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

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

R = 56.57%
G = 17.16%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D34062 (or 0xD34062) is known color: Cerise. HEX triplet: D3, 40 and 62. RGB value is (211,64,98). Sum of RGB (Red+Green+Blue) = 211+64+98=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D34062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34062 is #2CBF9D. Grayscale: #6F6F6F. Windows color (decimal): -2932638 or 6439123. OLE color: 6439123.

HSL color Cylindrical-coordinate representation of color #D34062: hue angle of 346.12º 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 #D34062 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 64 98 -
CMYK 0 0.70 0.54 0.17
HSL 346.12º 0.63% 0.54% -
HSV(B) 346.12º 0.7% 0.83% -
XYZ 30.9 18.4 13.48 -
YUV 111.83 120.2 198.74 -
System Red Green Blue C M Y K H S L
Decimal 211 64 98 0 0.70 0.54 0.17 346.12 0.63 0.54
Hex D3 40 62 0 46 36 11 15A 3F 36
Octal 323 100 142 0 106 66 21 532 77 66
Binary 11010011 1000000 1100010 0 1000110 110110 10001 101011010 111111 110110

Color Harmonies of #D34062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34062

Black with #D34062

Text Example


Text Example

White with #D34062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34062; }

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

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

background-color css

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

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

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

border-color css

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

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

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