Html Css Color HEX #D73275 Deep Cerise

📋 copy color: '#D73275'

red 215 ◦ green 50 ◦ blue 117

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

Shades of Deep Cerise #D73275

Tints of Deep Cerise #D73275

RGB

 RED value IS 215 (84.38% from 255) = 56.28%

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

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

R = 56.28%
G = 13.09%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D73275 (or 0xD73275) is known color: Deep Cerise. HEX triplet: D7, 32 and 75. RGB value is (215,50,117). Sum of RGB (Red+Green+Blue) = 215+50+117=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D73275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73275 is #28CD8A. Grayscale: #6A6A6A. Windows color (decimal): -2674059 or 7680727. OLE color: 7680727.

HSL color Cylindrical-coordinate representation of color #D73275: hue angle of 335.64º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D73275 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 50 117 -
CMYK 0 0.77 0.46 0.16
HSL 335.64º 0.67% 0.52% -
HSV(B) 335.64º 0.77% 0.84% -
XYZ 32.38 18.01 18.6 -
YUV 106.97 133.66 205.05 -
System Red Green Blue C M Y K H S L
Decimal 215 50 117 0 0.77 0.46 0.16 335.64 0.67 0.52
Hex D7 32 75 0 4D 2E 10 150 43 34
Octal 327 62 165 0 115 56 20 520 103 64
Binary 11010111 110010 1110101 0 1001101 101110 10000 101010000 1000011 110100

Color Harmonies of #D73275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73275

Black with #D73275

Text Example


Text Example

White with #D73275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73275; }

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

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

background-color css

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

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

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

border-color css

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

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

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