Html Css Color HEX #D831AE Persian Rose

📋 copy color: '#D831AE'

red 216 ◦ green 49 ◦ blue 174

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

Shades of Persian Rose #D831AE

Tints of Persian Rose #D831AE

RGB

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

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

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

R = 49.2%
G = 11.16%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D831AE (or 0xD831AE) is known color: Persian Rose. HEX triplet: D8, 31 and AE. RGB value is (216,49,174). Sum of RGB (Red+Green+Blue) = 216+49+174=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D831AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D831AE is #27CE51. Grayscale: #707070. Windows color (decimal): -2608722 or 11416024. OLE color: 11416024.

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

Color convert

RGB 216 49 174 -
CMYK 0 0.77 0.19 0.15
HSL 315.09º 0.68% 0.52% -
HSV(B) 315.09º 0.77% 0.85% -
XYZ 37.06 19.85 41.92 -
YUV 113.18 162.33 201.34 -
System Red Green Blue C M Y K H S L
Decimal 216 49 174 0 0.77 0.19 0.15 315.09 0.68 0.52
Hex D8 31 AE 0 4D 13 F 13B 44 34
Octal 330 61 256 0 115 23 17 473 104 64
Binary 11011000 110001 10101110 0 1001101 10011 1111 100111011 1000100 110100

Color Harmonies of #D831AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D831AE

Black with #D831AE

Text Example


Text Example

White with #D831AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D831AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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