Html Css Color HEX #D93275 Deep Cerise

📋 copy color: '#D93275'

red 217 ◦ green 50 ◦ blue 117

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

Shades of Deep Cerise #D93275

Tints of Deep Cerise #D93275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 56.51%
G = 13.02%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D93275 (or 0xD93275) is known color: Deep Cerise. HEX triplet: D9, 32 and 75. RGB value is (217,50,117). Sum of RGB (Red+Green+Blue) = 217+50+117=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D93275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93275 is #26CD8A. Grayscale: #6B6B6B. Windows color (decimal): -2542987 or 7680729. OLE color: 7680729.

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

Color convert

RGB 217 50 117 -
CMYK 0 0.77 0.46 0.15
HSL 335.93º 0.69% 0.52% -
HSV(B) 335.93º 0.77% 0.85% -
XYZ 32.97 18.32 18.63 -
YUV 107.57 133.33 206.05 -
System Red Green Blue C M Y K H S L
Decimal 217 50 117 0 0.77 0.46 0.15 335.93 0.69 0.52
Hex D9 32 75 0 4D 2E F 150 45 34
Octal 331 62 165 0 115 56 17 520 105 64
Binary 11011001 110010 1110101 0 1001101 101110 1111 101010000 1000101 110100

Color Harmonies of #D93275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93275

Black with #D93275

Text Example


Text Example

White with #D93275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93275; }

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

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

background-color css

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

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

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

border-color css

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

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

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