Html Css Color HEX #D93071 Cerise

📋 copy color: '#D93071'

red 217 ◦ green 48 ◦ blue 113

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

Shades of Cerise #D93071

Tints of Cerise #D93071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.7%

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

R = 57.41%
G = 12.7%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D93071 (or 0xD93071) is known color: Cerise. HEX triplet: D9, 30 and 71. RGB value is (217,48,113). Sum of RGB (Red+Green+Blue) = 217+48+113=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D93071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93071 is #26CF8E. Grayscale: #696969. Windows color (decimal): -2543503 or 7418073. OLE color: 7418073.

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

Color convert

RGB 217 48 113 -
CMYK 0 0.78 0.48 0.15
HSL 336.92º 0.69% 0.52% -
HSV(B) 336.92º 0.78% 0.85% -
XYZ 32.65 18.06 17.39 -
YUV 105.94 131.99 207.21 -
System Red Green Blue C M Y K H S L
Decimal 217 48 113 0 0.78 0.48 0.15 336.92 0.69 0.52
Hex D9 30 71 0 4E 30 F 151 45 34
Octal 331 60 161 0 116 60 17 521 105 64
Binary 11011001 110000 1110001 0 1001110 110000 1111 101010001 1000101 110100

Color Harmonies of #D93071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93071

Black with #D93071

Text Example


Text Example

White with #D93071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93071; }

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

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

background-color css

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

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

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

border-color css

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

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

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