Html Css Color HEX #D93685 Deep Cerise

📋 copy color: '#D93685'

red 217 ◦ green 54 ◦ blue 133

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

Shades of Deep Cerise #D93685

Tints of Deep Cerise #D93685

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.37%

 BLUE value IS 133 (52.34% from 255) = 32.92%

R = 53.71%
G = 13.37%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D93685 (or 0xD93685) is known color: Deep Cerise. HEX triplet: D9, 36 and 85. RGB value is (217,54,133). Sum of RGB (Red+Green+Blue) = 217+54+133=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D93685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93685 is #26C97A. Grayscale: #6F6F6F. Windows color (decimal): -2541947 or 8730329. OLE color: 8730329.

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

Color convert

RGB 217 54 133 -
CMYK 0 0.75 0.39 0.15
HSL 330.92º 0.68% 0.53% -
HSV(B) 330.92º 0.75% 0.85% -
XYZ 34.17 19.08 24.07 -
YUV 111.74 140 203.08 -
System Red Green Blue C M Y K H S L
Decimal 217 54 133 0 0.75 0.39 0.15 330.92 0.68 0.53
Hex D9 36 85 0 4B 27 F 14B 44 35
Octal 331 66 205 0 113 47 17 513 104 65
Binary 11011001 110110 10000101 0 1001011 100111 1111 101001011 1000100 110101

Color Harmonies of #D93685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93685

Black with #D93685

Text Example


Text Example

White with #D93685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93685; }

 p { color: rgb(217,54,133); }

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

background-color css

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

 a { background-color: rgb(217,54,133); }

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

border-color css

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

 span { border-color: rgb(217,54,133); }

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