Html Css Color HEX #D73085 Deep Cerise

📋 copy color: '#D73085'

red 215 ◦ green 48 ◦ blue 133

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

Shades of Deep Cerise #D73085

Tints of Deep Cerise #D73085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.12%

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

R = 54.29%
G = 12.12%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D73085 (or 0xD73085) is known color: Deep Cerise. HEX triplet: D7, 30 and 85. RGB value is (215,48,133). Sum of RGB (Red+Green+Blue) = 215+48+133=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D73085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73085 is #28CF7A. Grayscale: #6B6B6B. Windows color (decimal): -2674555 or 8728791. OLE color: 8728791.

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

Color convert

RGB 215 48 133 -
CMYK 0 0.78 0.38 0.16
HSL 329.46º 0.68% 0.52% -
HSV(B) 329.46º 0.78% 0.84% -
XYZ 33.31 18.25 23.96 -
YUV 107.62 142.33 204.59 -
System Red Green Blue C M Y K H S L
Decimal 215 48 133 0 0.78 0.38 0.16 329.46 0.68 0.52
Hex D7 30 85 0 4E 26 10 149 44 34
Octal 327 60 205 0 116 46 20 511 104 64
Binary 11010111 110000 10000101 0 1001110 100110 10000 101001001 1000100 110100

Color Harmonies of #D73085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73085

Black with #D73085

Text Example


Text Example

White with #D73085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73085; }

 p { color: rgb(215,48,133); }

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

background-color css

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

 a { background-color: rgb(215,48,133); }

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

border-color css

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

 span { border-color: rgb(215,48,133); }

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