Html Css Color HEX #D93D64 Cerise

📋 copy color: '#D93D64'

red 217 ◦ green 61 ◦ blue 100

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

Shades of Cerise #D93D64

Tints of Cerise #D93D64

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.14%

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

R = 57.41%
G = 16.14%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D93D64 (or 0xD93D64) is known color: Cerise. HEX triplet: D9, 3D and 64. RGB value is (217,61,100). Sum of RGB (Red+Green+Blue) = 217+61+100=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93D64 is #26C29B. Grayscale: #707070. Windows color (decimal): -2540188 or 6569433. OLE color: 6569433.

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

Color convert

RGB 217 61 100 -
CMYK 0 0.72 0.54 0.15
HSL 345º 0.67% 0.55% -
HSV(B) 345º 0.72% 0.85% -
XYZ 32.58 19.01 14.01 -
YUV 112.09 121.18 202.83 -
System Red Green Blue C M Y K H S L
Decimal 217 61 100 0 0.72 0.54 0.15 345 0.67 0.55
Hex D9 3D 64 0 48 36 F 159 43 37
Octal 331 75 144 0 110 66 17 531 103 67
Binary 11011001 111101 1100100 0 1001000 110110 1111 101011001 1000011 110111

Color Harmonies of #D93D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D64

Black with #D93D64

Text Example


Text Example

White with #D93D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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