Html Css Color HEX #D93362 Cerise

📋 copy color: '#D93362'

red 217 ◦ green 51 ◦ blue 98

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

Shades of Cerise #D93362

Tints of Cerise #D93362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.93%

 BLUE value IS 98 (38.67% from 255) = 26.78%

R = 59.29%
G = 13.93%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D93362 (or 0xD93362) is known color: Cerise. HEX triplet: D9, 33 and 62. RGB value is (217,51,98). Sum of RGB (Red+Green+Blue) = 217+51+98=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D93362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93362 is #26CC9D. Grayscale: #696969. Windows color (decimal): -2542750 or 6435801. OLE color: 6435801.

HSL color Cylindrical-coordinate representation of color #D93362: hue angle of 343.01º degrees, saturation: 0.69, 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 #D93362 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 51 98 -
CMYK 0 0.76 0.55 0.15
HSL 343.01º 0.69% 0.53% -
HSV(B) 343.01º 0.76% 0.85% -
XYZ 32 18 13.34 -
YUV 105.99 123.5 207.18 -
System Red Green Blue C M Y K H S L
Decimal 217 51 98 0 0.76 0.55 0.15 343.01 0.69 0.53
Hex D9 33 62 0 4C 37 F 157 45 35
Octal 331 63 142 0 114 67 17 527 105 65
Binary 11011001 110011 1100010 0 1001100 110111 1111 101010111 1000101 110101

Color Harmonies of #D93362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93362

Black with #D93362

Text Example


Text Example

White with #D93362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93362; }

 p { color: rgb(217,51,98); }

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

background-color css

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

 a { background-color: rgb(217,51,98); }

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

border-color css

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

 span { border-color: rgb(217,51,98); }

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