Html Css Color HEX #D34161 Cerise

📋 copy color: '#D34161'

red 211 ◦ green 65 ◦ blue 97

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

Shades of Cerise #D34161

Tints of Cerise #D34161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.01%

R = 56.57%
G = 17.43%
B = 26.01%

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

#D34161 (or 0xD34161) is known color: Cerise. HEX triplet: D3, 41 and 61. RGB value is (211,65,97). Sum of RGB (Red+Green+Blue) = 211+65+97=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D34161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34161 is #2CBE9E. Grayscale: #707070. Windows color (decimal): -2932383 or 6373843. OLE color: 6373843.

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

Color convert

RGB 211 65 97 -
CMYK 0 0.69 0.54 0.17
HSL 346.85º 0.62% 0.54% -
HSV(B) 346.85º 0.69% 0.83% -
XYZ 30.91 18.49 13.25 -
YUV 112.3 119.37 198.4 -
System Red Green Blue C M Y K H S L
Decimal 211 65 97 0 0.69 0.54 0.17 346.85 0.62 0.54
Hex D3 41 61 0 45 36 11 15B 3E 36
Octal 323 101 141 0 105 66 21 533 76 66
Binary 11010011 1000001 1100001 0 1000101 110110 10001 101011011 111110 110110

Color Harmonies of #D34161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34161

Black with #D34161

Text Example


Text Example

White with #D34161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34161; }

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

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

background-color css

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

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

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

border-color css

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

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

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