Html Css Color HEX #D93781 Deep Cerise

📋 copy color: '#D93781'

red 217 ◦ green 55 ◦ blue 129

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

Shades of Deep Cerise #D93781

Tints of Deep Cerise #D93781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.72%

 BLUE value IS 129 (50.78% from 255) = 32.17%

R = 54.11%
G = 13.72%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D93781 (or 0xD93781) is known color: Deep Cerise. HEX triplet: D9, 37 and 81. RGB value is (217,55,129). Sum of RGB (Red+Green+Blue) = 217+55+129=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D93781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93781 is #26C87E. Grayscale: #6F6F6F. Windows color (decimal): -2541695 or 8468441. OLE color: 8468441.

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

Color convert

RGB 217 55 129 -
CMYK 0 0.75 0.41 0.15
HSL 332.59º 0.68% 0.53% -
HSV(B) 332.59º 0.75% 0.85% -
XYZ 33.94 19.07 22.66 -
YUV 111.87 137.67 202.98 -
System Red Green Blue C M Y K H S L
Decimal 217 55 129 0 0.75 0.41 0.15 332.59 0.68 0.53
Hex D9 37 81 0 4B 29 F 14D 44 35
Octal 331 67 201 0 113 51 17 515 104 65
Binary 11011001 110111 10000001 0 1001011 101001 1111 101001101 1000100 110101

Color Harmonies of #D93781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93781

Black with #D93781

Text Example


Text Example

White with #D93781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93781; }

 p { color: rgb(217,55,129); }

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

background-color css

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

 a { background-color: rgb(217,55,129); }

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

border-color css

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

 span { border-color: rgb(217,55,129); }

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