Html Css Color HEX #D93462 Cerise

📋 copy color: '#D93462'

red 217 ◦ green 52 ◦ blue 98

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

Shades of Cerise #D93462

Tints of Cerise #D93462

RGB

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

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

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

R = 59.13%
G = 14.17%
B = 26.7%

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

#D93462 (or 0xD93462) is known color: Cerise. HEX triplet: D9, 34 and 62. RGB value is (217,52,98). Sum of RGB (Red+Green+Blue) = 217+52+98=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D93462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93462 is #26CB9D. Grayscale: #6A6A6A. Windows color (decimal): -2542494 or 6436057. OLE color: 6436057.

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

Color convert

RGB 217 52 98 -
CMYK 0 0.76 0.55 0.15
HSL 343.27º 0.68% 0.53% -
HSV(B) 343.27º 0.76% 0.85% -
XYZ 32.05 18.09 13.36 -
YUV 106.58 123.16 206.76 -
System Red Green Blue C M Y K H S L
Decimal 217 52 98 0 0.76 0.55 0.15 343.27 0.68 0.53
Hex D9 34 62 0 4C 37 F 157 44 35
Octal 331 64 142 0 114 67 17 527 104 65
Binary 11011001 110100 1100010 0 1001100 110111 1111 101010111 1000100 110101

Color Harmonies of #D93462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93462

Black with #D93462

Text Example


Text Example

White with #D93462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93462; }

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

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

background-color css

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

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

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

border-color css

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

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

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