Html Css Color HEX #D92593 Deep Cerise

📋 copy color: '#D92593'

red 217 ◦ green 37 ◦ blue 147

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

Shades of Deep Cerise #D92593

Tints of Deep Cerise #D92593

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.23%

 BLUE value IS 147 (57.81% from 255) = 36.66%

R = 54.11%
G = 9.23%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D92593 (or 0xD92593) is known color: Deep Cerise. HEX triplet: D9, 25 and 93. RGB value is (217,37,147). Sum of RGB (Red+Green+Blue) = 217+37+147=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D92593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92593 is #26DA6C. Grayscale: #676767. Windows color (decimal): -2546285 or 9643481. OLE color: 9643481.

HSL color Cylindrical-coordinate representation of color #D92593: hue angle of 323.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92593 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 37 147 -
CMYK 0 0.83 0.32 0.15
HSL 323.33º 0.71% 0.5% -
HSV(B) 323.33º 0.83% 0.85% -
XYZ 34.54 18.18 29.29 -
YUV 103.36 152.63 209.06 -
System Red Green Blue C M Y K H S L
Decimal 217 37 147 0 0.83 0.32 0.15 323.33 0.71 0.5
Hex D9 25 93 0 53 20 F 143 47 32
Octal 331 45 223 0 123 40 17 503 107 62
Binary 11011001 100101 10010011 0 1010011 100000 1111 101000011 1000111 110010

Color Harmonies of #D92593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92593

Black with #D92593

Text Example


Text Example

White with #D92593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92593; }

 p { color: rgb(217,37,147); }

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

background-color css

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

 a { background-color: rgb(217,37,147); }

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

border-color css

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

 span { border-color: rgb(217,37,147); }

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