Html Css Color HEX #D93864 Cerise

📋 copy color: '#D93864'

red 217 ◦ green 56 ◦ blue 100

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

Shades of Cerise #D93864

Tints of Cerise #D93864

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.01%

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

R = 58.18%
G = 15.01%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D93864 (or 0xD93864) is known color: Cerise. HEX triplet: D9, 38 and 64. RGB value is (217,56,100). Sum of RGB (Red+Green+Blue) = 217+56+100=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D93864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93864 is #26C79B. Grayscale: #6D6D6D. Windows color (decimal): -2541468 or 6568153. OLE color: 6568153.

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

Color convert

RGB 217 56 100 -
CMYK 0 0.74 0.54 0.15
HSL 343.6º 0.68% 0.54% -
HSV(B) 343.6º 0.74% 0.85% -
XYZ 32.33 18.5 13.92 -
YUV 109.16 122.84 204.92 -
System Red Green Blue C M Y K H S L
Decimal 217 56 100 0 0.74 0.54 0.15 343.6 0.68 0.54
Hex D9 38 64 0 4A 36 F 158 44 36
Octal 331 70 144 0 112 66 17 530 104 66
Binary 11011001 111000 1100100 0 1001010 110110 1111 101011000 1000100 110110

Color Harmonies of #D93864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93864

Black with #D93864

Text Example


Text Example

White with #D93864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93864; }

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

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

background-color css

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

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

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

border-color css

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

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

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