Html Css Color HEX #D82DAE Persian Rose

📋 copy color: '#D82DAE'

red 216 ◦ green 45 ◦ blue 174

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

Shades of Persian Rose #D82DAE

Tints of Persian Rose #D82DAE

RGB

 RED value IS 216 (84.77% from 255) = 49.66%

 GREEN value IS 45 (17.97% from 255) = 10.34%

 BLUE value IS 174 (68.36% from 255) = 40%

R = 49.66%
G = 10.34%
B = 40%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D82DAE (or 0xD82DAE) is known color: Persian Rose. HEX triplet: D8, 2D and AE. RGB value is (216,45,174). Sum of RGB (Red+Green+Blue) = 216+45+174=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D82DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82DAE is #27D251. Grayscale: #6E6E6E. Windows color (decimal): -2609746 or 11415000. OLE color: 11415000.

HSL color Cylindrical-coordinate representation of color #D82DAE: hue angle of 314.74º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D82DAE is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 45 174 -
CMYK 0 0.79 0.19 0.15
HSL 314.74º 0.69% 0.51% -
HSV(B) 314.74º 0.79% 0.85% -
XYZ 36.9 19.53 41.87 -
YUV 110.84 163.65 203.01 -
System Red Green Blue C M Y K H S L
Decimal 216 45 174 0 0.79 0.19 0.15 314.74 0.69 0.51
Hex D8 2D AE 0 4F 13 F 13B 45 33
Octal 330 55 256 0 117 23 17 473 105 63
Binary 11011000 101101 10101110 0 1001111 10011 1111 100111011 1000101 110011

Color Harmonies of #D82DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82DAE

Black with #D82DAE

Text Example


Text Example

White with #D82DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82DAE; }

 p { color: rgb(216,45,174); }

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

background-color css

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

 a { background-color: rgb(216,45,174); }

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

border-color css

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

 span { border-color: rgb(216,45,174); }

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