Html Css Color HEX #D93964 Cerise

📋 copy color: '#D93964'

red 217 ◦ green 57 ◦ blue 100

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

Shades of Cerise #D93964

Tints of Cerise #D93964

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.24%

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

R = 58.02%
G = 15.24%
B = 26.74%

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

#D93964 (or 0xD93964) is known color: Cerise. HEX triplet: D9, 39 and 64. RGB value is (217,57,100). Sum of RGB (Red+Green+Blue) = 217+57+100=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D93964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93964 is #26C69B. Grayscale: #6D6D6D. Windows color (decimal): -2541212 or 6568409. OLE color: 6568409.

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

Color convert

RGB 217 57 100 -
CMYK 0 0.74 0.54 0.15
HSL 343.88º 0.68% 0.54% -
HSV(B) 343.88º 0.74% 0.85% -
XYZ 32.38 18.6 13.94 -
YUV 109.74 122.51 204.5 -
System Red Green Blue C M Y K H S L
Decimal 217 57 100 0 0.74 0.54 0.15 343.88 0.68 0.54
Hex D9 39 64 0 4A 36 F 158 44 36
Octal 331 71 144 0 112 66 17 530 104 66
Binary 11011001 111001 1100100 0 1001010 110110 1111 101011000 1000100 110110

Color Harmonies of #D93964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93964

Black with #D93964

Text Example


Text Example

White with #D93964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93964; }

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

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

background-color css

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

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

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

border-color css

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

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

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