Html Css Color HEX #D93B64 Cerise

📋 copy color: '#D93B64'

red 217 ◦ green 59 ◦ blue 100

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

Shades of Cerise #D93B64

Tints of Cerise #D93B64

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.69%

 BLUE value IS 100 (39.45% from 255) = 26.6%

R = 57.71%
G = 15.69%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D93B64 (or 0xD93B64) is known color: Cerise. HEX triplet: D9, 3B and 64. RGB value is (217,59,100). Sum of RGB (Red+Green+Blue) = 217+59+100=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93B64 is #26C49B. Grayscale: #6E6E6E. Windows color (decimal): -2540700 or 6568921. OLE color: 6568921.

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

Color convert

RGB 217 59 100 -
CMYK 0 0.73 0.54 0.15
HSL 344.43º 0.68% 0.54% -
HSV(B) 344.43º 0.73% 0.85% -
XYZ 32.48 18.8 13.97 -
YUV 110.92 121.85 203.67 -
System Red Green Blue C M Y K H S L
Decimal 217 59 100 0 0.73 0.54 0.15 344.43 0.68 0.54
Hex D9 3B 64 0 49 36 F 158 44 36
Octal 331 73 144 0 111 66 17 530 104 66
Binary 11011001 111011 1100100 0 1001001 110110 1111 101011000 1000100 110110

Color Harmonies of #D93B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93B64

Black with #D93B64

Text Example


Text Example

White with #D93B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93B64; }

 p { color: rgb(217,59,100); }

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

background-color css

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

 a { background-color: rgb(217,59,100); }

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

border-color css

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

 span { border-color: rgb(217,59,100); }

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