Html Css Color HEX #D93260 Cerise

📋 copy color: '#D93260'

red 217 ◦ green 50 ◦ blue 96

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

Shades of Cerise #D93260

Tints of Cerise #D93260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.77%

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

R = 59.78%
G = 13.77%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D93260 (or 0xD93260) is known color: Cerise. HEX triplet: D9, 32 and 60. RGB value is (217,50,96). Sum of RGB (Red+Green+Blue) = 217+50+96=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D93260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93260 is #26CD9F. Grayscale: #696969. Windows color (decimal): -2543008 or 6304473. OLE color: 6304473.

HSL color Cylindrical-coordinate representation of color #D93260: hue angle of 343.47º 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 #D93260 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 50 96 -
CMYK 0 0.77 0.56 0.15
HSL 343.47º 0.69% 0.52% -
HSV(B) 343.47º 0.77% 0.85% -
XYZ 31.87 17.88 12.84 -
YUV 105.18 122.83 207.76 -
System Red Green Blue C M Y K H S L
Decimal 217 50 96 0 0.77 0.56 0.15 343.47 0.69 0.52
Hex D9 32 60 0 4D 38 F 157 45 34
Octal 331 62 140 0 115 70 17 527 105 64
Binary 11011001 110010 1100000 0 1001101 111000 1111 101010111 1000101 110100

Color Harmonies of #D93260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93260

Black with #D93260

Text Example


Text Example

White with #D93260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93260; }

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

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

background-color css

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

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

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

border-color css

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

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

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