Html Css Color HEX #D935AE Persian Rose

📋 copy color: '#D935AE'

red 217 ◦ green 53 ◦ blue 174

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

Shades of Persian Rose #D935AE

Tints of Persian Rose #D935AE

RGB

 RED value IS 217 (85.16% from 255) = 48.87%

 GREEN value IS 53 (21.09% from 255) = 11.94%

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

R = 48.87%
G = 11.94%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D935AE (or 0xD935AE) is known color: Persian Rose. HEX triplet: D9, 35 and AE. RGB value is (217,53,174). Sum of RGB (Red+Green+Blue) = 217+53+174=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D935AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D935AE is #26CA51. Grayscale: #737373. Windows color (decimal): -2542162 or 11417049. OLE color: 11417049.

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

Color convert

RGB 217 53 174 -
CMYK 0 0.76 0.20 0.15
HSL 315.73º 0.68% 0.53% -
HSV(B) 315.73º 0.76% 0.85% -
XYZ 37.53 20.35 42 -
YUV 115.83 160.83 200.16 -
System Red Green Blue C M Y K H S L
Decimal 217 53 174 0 0.76 0.20 0.15 315.73 0.68 0.53
Hex D9 35 AE 0 4C 14 F 13C 44 35
Octal 331 65 256 0 114 24 17 474 104 65
Binary 11011001 110101 10101110 0 1001100 10100 1111 100111100 1000100 110101

Color Harmonies of #D935AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D935AE

Black with #D935AE

Text Example


Text Example

White with #D935AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D935AE; }

 p { color: rgb(217,53,174); }

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

background-color css

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

 a { background-color: rgb(217,53,174); }

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

border-color css

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

 span { border-color: rgb(217,53,174); }

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