Html Css Color HEX #D93262 Cerise

📋 copy color: '#D93262'

red 217 ◦ green 50 ◦ blue 98

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

Shades of Cerise #D93262

Tints of Cerise #D93262

RGB

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

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

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

R = 59.45%
G = 13.7%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D93262 (or 0xD93262) is known color: Cerise. HEX triplet: D9, 32 and 62. RGB value is (217,50,98). Sum of RGB (Red+Green+Blue) = 217+50+98=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D93262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93262 is #26CD9D. Grayscale: #696969. Windows color (decimal): -2543006 or 6435545. OLE color: 6435545.

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

Color convert

RGB 217 50 98 -
CMYK 0 0.77 0.55 0.15
HSL 342.75º 0.69% 0.52% -
HSV(B) 342.75º 0.77% 0.85% -
XYZ 31.96 17.91 13.33 -
YUV 105.41 123.83 207.6 -
System Red Green Blue C M Y K H S L
Decimal 217 50 98 0 0.77 0.55 0.15 342.75 0.69 0.52
Hex D9 32 62 0 4D 37 F 157 45 34
Octal 331 62 142 0 115 67 17 527 105 64
Binary 11011001 110010 1100010 0 1001101 110111 1111 101010111 1000101 110100

Color Harmonies of #D93262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93262

Black with #D93262

Text Example


Text Example

White with #D93262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93262; }

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

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

background-color css

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

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

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

border-color css

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

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

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