Html Css Color HEX #D93D5C Cerise

📋 copy color: '#D93D5C'

red 217 ◦ green 61 ◦ blue 92

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

Shades of Cerise #D93D5C

Tints of Cerise #D93D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.86%

R = 58.65%
G = 16.49%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D93D5C (or 0xD93D5C) is known color: Cerise. HEX triplet: D9, 3D and 5C. RGB value is (217,61,92). Sum of RGB (Red+Green+Blue) = 217+61+92=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93D5C is #26C2A3. Grayscale: #6F6F6F. Windows color (decimal): -2540196 or 6045145. OLE color: 6045145.

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

Color convert

RGB 217 61 92 -
CMYK 0 0.72 0.58 0.15
HSL 348.08º 0.67% 0.55% -
HSV(B) 348.08º 0.72% 0.85% -
XYZ 32.22 18.86 12.07 -
YUV 111.18 117.18 203.48 -
System Red Green Blue C M Y K H S L
Decimal 217 61 92 0 0.72 0.58 0.15 348.08 0.67 0.55
Hex D9 3D 5C 0 48 3A F 15C 43 37
Octal 331 75 134 0 110 72 17 534 103 67
Binary 11011001 111101 1011100 0 1001000 111010 1111 101011100 1000011 110111

Color Harmonies of #D93D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D5C

Black with #D93D5C

Text Example


Text Example

White with #D93D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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