Html Css Color HEX #D93B5B Cerise

📋 copy color: '#D93B5B'

red 217 ◦ green 59 ◦ blue 91

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

Shades of Cerise #D93B5B

Tints of Cerise #D93B5B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.08%

 BLUE value IS 91 (35.94% from 255) = 24.8%

R = 59.13%
G = 16.08%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D93B5B (or 0xD93B5B) is known color: Cerise. HEX triplet: D9, 3B and 5B. RGB value is (217,59,91). Sum of RGB (Red+Green+Blue) = 217+59+91=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93B5B is #26C4A4. Grayscale: #6D6D6D. Windows color (decimal): -2540709 or 5979097. OLE color: 5979097.

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

Color convert

RGB 217 59 91 -
CMYK 0 0.73 0.58 0.15
HSL 347.85º 0.68% 0.54% -
HSV(B) 347.85º 0.73% 0.85% -
XYZ 32.07 18.63 11.8 -
YUV 109.89 117.35 204.4 -
System Red Green Blue C M Y K H S L
Decimal 217 59 91 0 0.73 0.58 0.15 347.85 0.68 0.54
Hex D9 3B 5B 0 49 3A F 15C 44 36
Octal 331 73 133 0 111 72 17 534 104 66
Binary 11011001 111011 1011011 0 1001001 111010 1111 101011100 1000100 110110

Color Harmonies of #D93B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93B5B

Black with #D93B5B

Text Example


Text Example

White with #D93B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93B5B; }

 p { color: rgb(217,59,91); }

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

background-color css

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

 a { background-color: rgb(217,59,91); }

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

border-color css

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

 span { border-color: rgb(217,59,91); }

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