Html Css Color HEX #D82AAB Persian Rose

📋 copy color: '#D82AAB'

red 216 ◦ green 42 ◦ blue 171

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

Shades of Persian Rose #D82AAB

Tints of Persian Rose #D82AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.79%

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 50.35%
G = 9.79%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D82AAB (or 0xD82AAB) is known color: Persian Rose. HEX triplet: D8, 2A and AB. RGB value is (216,42,171). Sum of RGB (Red+Green+Blue) = 216+42+171=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D82AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82AAB is #27D554. Grayscale: #6C6C6C. Windows color (decimal): -2610517 or 11217624. OLE color: 11217624.

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

Color convert

RGB 216 42 171 -
CMYK 0 0.81 0.21 0.15
HSL 315.52º 0.69% 0.51% -
HSV(B) 315.52º 0.81% 0.85% -
XYZ 36.5 19.2 40.31 -
YUV 108.73 163.15 204.51 -
System Red Green Blue C M Y K H S L
Decimal 216 42 171 0 0.81 0.21 0.15 315.52 0.69 0.51
Hex D8 2A AB 0 51 15 F 13C 45 33
Octal 330 52 253 0 121 25 17 474 105 63
Binary 11011000 101010 10101011 0 1010001 10101 1111 100111100 1000101 110011

Color Harmonies of #D82AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82AAB

Black with #D82AAB

Text Example


Text Example

White with #D82AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82AAB; }

 p { color: rgb(216,42,171); }

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

background-color css

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

 a { background-color: rgb(216,42,171); }

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

border-color css

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

 span { border-color: rgb(216,42,171); }

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