Html Css Color HEX #D32471 Cerise

📋 copy color: '#D32471'

red 211 ◦ green 36 ◦ blue 113

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

Shades of Cerise #D32471

Tints of Cerise #D32471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10%

 BLUE value IS 113 (44.53% from 255) = 31.39%

R = 58.61%
G = 10%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D32471 (or 0xD32471) is known color: Cerise. HEX triplet: D3, 24 and 71. RGB value is (211,36,113). Sum of RGB (Red+Green+Blue) = 211+36+113=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D32471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32471 is #2CDB8E. Grayscale: #606060. Windows color (decimal): -2939791 or 7414995. OLE color: 7414995.

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

Color convert

RGB 211 36 113 -
CMYK 0 0.83 0.46 0.17
HSL 333.6º 0.71% 0.48% -
HSV(B) 333.6º 0.83% 0.83% -
XYZ 30.48 16.3 17.16 -
YUV 97.1 136.98 209.24 -
System Red Green Blue C M Y K H S L
Decimal 211 36 113 0 0.83 0.46 0.17 333.6 0.71 0.48
Hex D3 24 71 0 53 2E 11 14E 47 30
Octal 323 44 161 0 123 56 21 516 107 60
Binary 11010011 100100 1110001 0 1010011 101110 10001 101001110 1000111 110000

Color Harmonies of #D32471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32471

Black with #D32471

Text Example


Text Example

White with #D32471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32471; }

 p { color: rgb(211,36,113); }

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

background-color css

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

 a { background-color: rgb(211,36,113); }

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

border-color css

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

 span { border-color: rgb(211,36,113); }

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