Html Css Color HEX #D93760 Cerise

📋 copy color: '#D93760'

red 217 ◦ green 55 ◦ blue 96

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

Shades of Cerise #D93760

Tints of Cerise #D93760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.95%

 BLUE value IS 96 (37.89% from 255) = 26.09%

R = 58.97%
G = 14.95%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D93760 (or 0xD93760) is known color: Cerise. HEX triplet: D9, 37 and 60. RGB value is (217,55,96). Sum of RGB (Red+Green+Blue) = 217+55+96=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D93760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93760 is #26C89F. Grayscale: #6C6C6C. Windows color (decimal): -2541728 or 6305753. OLE color: 6305753.

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

Color convert

RGB 217 55 96 -
CMYK 0 0.75 0.56 0.15
HSL 344.81º 0.68% 0.53% -
HSV(B) 344.81º 0.75% 0.85% -
XYZ 32.09 18.33 12.91 -
YUV 108.11 121.17 205.67 -
System Red Green Blue C M Y K H S L
Decimal 217 55 96 0 0.75 0.56 0.15 344.81 0.68 0.53
Hex D9 37 60 0 4B 38 F 159 44 35
Octal 331 67 140 0 113 70 17 531 104 65
Binary 11011001 110111 1100000 0 1001011 111000 1111 101011001 1000100 110101

Color Harmonies of #D93760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93760

Black with #D93760

Text Example


Text Example

White with #D93760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93760; }

 p { color: rgb(217,55,96); }

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

background-color css

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

 a { background-color: rgb(217,55,96); }

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

border-color css

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

 span { border-color: rgb(217,55,96); }

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