Html Css Color HEX #D93460 Cerise

📋 copy color: '#D93460'

red 217 ◦ green 52 ◦ blue 96

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

Shades of Cerise #D93460

Tints of Cerise #D93460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.25%

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

R = 59.45%
G = 14.25%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D93460 (or 0xD93460) is known color: Cerise. HEX triplet: D9, 34 and 60. RGB value is (217,52,96). Sum of RGB (Red+Green+Blue) = 217+52+96=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D93460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93460 is #26CB9F. Grayscale: #6A6A6A. Windows color (decimal): -2542496 or 6304985. OLE color: 6304985.

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

Color convert

RGB 217 52 96 -
CMYK 0 0.76 0.56 0.15
HSL 344º 0.68% 0.53% -
HSV(B) 344º 0.76% 0.85% -
XYZ 31.95 18.05 12.87 -
YUV 106.35 122.16 206.92 -
System Red Green Blue C M Y K H S L
Decimal 217 52 96 0 0.76 0.56 0.15 344 0.68 0.53
Hex D9 34 60 0 4C 38 F 158 44 35
Octal 331 64 140 0 114 70 17 530 104 65
Binary 11011001 110100 1100000 0 1001100 111000 1111 101011000 1000100 110101

Color Harmonies of #D93460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93460

Black with #D93460

Text Example


Text Example

White with #D93460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93460; }

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

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

background-color css

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

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

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

border-color css

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

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

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