Html Css Color HEX #D731AD Deep Cerise

📋 copy color: '#D731AD'

red 215 ◦ green 49 ◦ blue 173

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

Shades of Deep Cerise #D731AD

Tints of Deep Cerise #D731AD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.21%

 BLUE value IS 173 (67.97% from 255) = 39.59%

R = 49.2%
G = 11.21%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D731AD (or 0xD731AD) is known color: Deep Cerise. HEX triplet: D7, 31 and AD. RGB value is (215,49,173). Sum of RGB (Red+Green+Blue) = 215+49+173=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D731AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D731AD is #28CE52. Grayscale: #707070. Windows color (decimal): -2674259 or 11350487. OLE color: 11350487.

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

Color convert

RGB 215 49 173 -
CMYK 0 0.77 0.20 0.16
HSL 315.18º 0.67% 0.52% -
HSV(B) 315.18º 0.77% 0.84% -
XYZ 36.67 19.66 41.4 -
YUV 112.77 162 200.92 -
System Red Green Blue C M Y K H S L
Decimal 215 49 173 0 0.77 0.20 0.16 315.18 0.67 0.52
Hex D7 31 AD 0 4D 14 10 13B 43 34
Octal 327 61 255 0 115 24 20 473 103 64
Binary 11010111 110001 10101101 0 1001101 10100 10000 100111011 1000011 110100

Color Harmonies of #D731AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D731AD

Black with #D731AD

Text Example


Text Example

White with #D731AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D731AD; }

 p { color: rgb(215,49,173); }

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

background-color css

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

 a { background-color: rgb(215,49,173); }

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

border-color css

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

 span { border-color: rgb(215,49,173); }

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