Html Css Color HEX #D93158 Cerise

📋 copy color: '#D93158'

red 217 ◦ green 49 ◦ blue 88

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

Shades of Cerise #D93158

Tints of Cerise #D93158

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.84%

 BLUE value IS 88 (34.77% from 255) = 24.86%

R = 61.3%
G = 13.84%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D93158 (or 0xD93158) is known color: Cerise. HEX triplet: D9, 31 and 58. RGB value is (217,49,88). Sum of RGB (Red+Green+Blue) = 217+49+88=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D93158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93158 is #26CEA7. Grayscale: #676767. Windows color (decimal): -2543272 or 5779929. OLE color: 5779929.

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

Color convert

RGB 217 49 88 -
CMYK 0 0.77 0.59 0.15
HSL 346.07º 0.69% 0.52% -
HSV(B) 346.07º 0.77% 0.85% -
XYZ 31.48 17.65 10.98 -
YUV 103.68 119.16 208.83 -
System Red Green Blue C M Y K H S L
Decimal 217 49 88 0 0.77 0.59 0.15 346.07 0.69 0.52
Hex D9 31 58 0 4D 3B F 15A 45 34
Octal 331 61 130 0 115 73 17 532 105 64
Binary 11011001 110001 1011000 0 1001101 111011 1111 101011010 1000101 110100

Color Harmonies of #D93158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93158

Black with #D93158

Text Example


Text Example

White with #D93158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93158; }

 p { color: rgb(217,49,88); }

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

background-color css

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

 a { background-color: rgb(217,49,88); }

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

border-color css

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

 span { border-color: rgb(217,49,88); }

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