Html Css Color HEX #D93471 Cerise

📋 copy color: '#D93471'

red 217 ◦ green 52 ◦ blue 113

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

Shades of Cerise #D93471

Tints of Cerise #D93471

RGB

 RED value IS 217 (85.16% from 255) = 56.81%

 GREEN value IS 52 (20.7% from 255) = 13.61%

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

R = 56.81%
G = 13.61%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D93471 (or 0xD93471) is known color: Cerise. HEX triplet: D9, 34 and 71. RGB value is (217,52,113). Sum of RGB (Red+Green+Blue) = 217+52+113=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D93471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93471 is #26CB8E. Grayscale: #6C6C6C. Windows color (decimal): -2542479 or 7419097. OLE color: 7419097.

HSL color Cylindrical-coordinate representation of color #D93471: hue angle of 337.82º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93471 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 52 113 -
CMYK 0 0.76 0.48 0.15
HSL 337.82º 0.68% 0.53% -
HSV(B) 337.82º 0.76% 0.85% -
XYZ 32.82 18.4 17.44 -
YUV 108.29 130.66 205.54 -
System Red Green Blue C M Y K H S L
Decimal 217 52 113 0 0.76 0.48 0.15 337.82 0.68 0.53
Hex D9 34 71 0 4C 30 F 152 44 35
Octal 331 64 161 0 114 60 17 522 104 65
Binary 11011001 110100 1110001 0 1001100 110000 1111 101010010 1000100 110101

Color Harmonies of #D93471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93471

Black with #D93471

Text Example


Text Example

White with #D93471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93471; }

 p { color: rgb(217,52,113); }

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

background-color css

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

 a { background-color: rgb(217,52,113); }

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

border-color css

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

 span { border-color: rgb(217,52,113); }

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