Html Css Color HEX #D34162 Cerise

📋 copy color: '#D34162'

red 211 ◦ green 65 ◦ blue 98

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

Shades of Cerise #D34162

Tints of Cerise #D34162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.38%

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

R = 56.42%
G = 17.38%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D34162 (or 0xD34162) is known color: Cerise. HEX triplet: D3, 41 and 62. RGB value is (211,65,98). Sum of RGB (Red+Green+Blue) = 211+65+98=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D34162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34162 is #2CBE9D. Grayscale: #707070. Windows color (decimal): -2932382 or 6439379. OLE color: 6439379.

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

Color convert

RGB 211 65 98 -
CMYK 0 0.69 0.54 0.17
HSL 346.44º 0.62% 0.54% -
HSV(B) 346.44º 0.69% 0.83% -
XYZ 30.96 18.51 13.5 -
YUV 112.42 119.87 198.32 -
System Red Green Blue C M Y K H S L
Decimal 211 65 98 0 0.69 0.54 0.17 346.44 0.62 0.54
Hex D3 41 62 0 45 36 11 15A 3E 36
Octal 323 101 142 0 105 66 21 532 76 66
Binary 11010011 1000001 1100010 0 1000101 110110 10001 101011010 111110 110110

Color Harmonies of #D34162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34162

Black with #D34162

Text Example


Text Example

White with #D34162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34162; }

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

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

background-color css

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

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

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

border-color css

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

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

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