Html Css Color HEX #D93280 Deep Cerise

📋 copy color: '#D93280'

red 217 ◦ green 50 ◦ blue 128

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

Shades of Deep Cerise #D93280

Tints of Deep Cerise #D93280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.66%

 BLUE value IS 128 (50.39% from 255) = 32.41%

R = 54.94%
G = 12.66%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D93280 (or 0xD93280) is known color: Deep Cerise. HEX triplet: D9, 32 and 80. RGB value is (217,50,128). Sum of RGB (Red+Green+Blue) = 217+50+128=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D93280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93280 is #26CD7F. Grayscale: #6C6C6C. Windows color (decimal): -2542976 or 8401625. OLE color: 8401625.

HSL color Cylindrical-coordinate representation of color #D93280: hue angle of 331.98º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D93280 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 50 128 -
CMYK 0 0.77 0.41 0.15
HSL 331.98º 0.69% 0.52% -
HSV(B) 331.98º 0.77% 0.85% -
XYZ 33.65 18.59 22.24 -
YUV 108.83 138.83 205.16 -
System Red Green Blue C M Y K H S L
Decimal 217 50 128 0 0.77 0.41 0.15 331.98 0.69 0.52
Hex D9 32 80 0 4D 29 F 14C 45 34
Octal 331 62 200 0 115 51 17 514 105 64
Binary 11011001 110010 10000000 0 1001101 101001 1111 101001100 1000101 110100

Color Harmonies of #D93280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93280

Black with #D93280

Text Example


Text Example

White with #D93280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93280; }

 p { color: rgb(217,50,128); }

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

background-color css

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

 a { background-color: rgb(217,50,128); }

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

border-color css

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

 span { border-color: rgb(217,50,128); }

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