Html Css Color HEX #D93285 Deep Cerise

📋 copy color: '#D93285'

red 217 ◦ green 50 ◦ blue 133

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

Shades of Deep Cerise #D93285

Tints of Deep Cerise #D93285

RGB

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

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

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

R = 54.25%
G = 12.5%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D93285 (or 0xD93285) is known color: Deep Cerise. HEX triplet: D9, 32 and 85. RGB value is (217,50,133). Sum of RGB (Red+Green+Blue) = 217+50+133=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D93285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93285 is #26CD7A. Grayscale: #6D6D6D. Windows color (decimal): -2542971 or 8729305. OLE color: 8729305.

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

Color convert

RGB 217 50 133 -
CMYK 0 0.77 0.39 0.15
HSL 330.18º 0.69% 0.52% -
HSV(B) 330.18º 0.77% 0.85% -
XYZ 33.99 18.73 24.01 -
YUV 109.4 141.33 204.75 -
System Red Green Blue C M Y K H S L
Decimal 217 50 133 0 0.77 0.39 0.15 330.18 0.69 0.52
Hex D9 32 85 0 4D 27 F 14A 45 34
Octal 331 62 205 0 115 47 17 512 105 64
Binary 11011001 110010 10000101 0 1001101 100111 1111 101001010 1000101 110100

Color Harmonies of #D93285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93285

Black with #D93285

Text Example


Text Example

White with #D93285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93285; }

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

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

background-color css

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

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

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

border-color css

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

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

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