Html Css Color HEX #DD74AE Persian Pink

📋 copy color: '#DD74AE'

red 221 ◦ green 116 ◦ blue 174

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

Shades of Persian Pink #DD74AE

Tints of Persian Pink #DD74AE

RGB

 RED value IS 221 (86.72% from 255) = 43.25%

 GREEN value IS 116 (45.7% from 255) = 22.7%

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

R = 43.25%
G = 22.7%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD74AE (or 0xDD74AE) is known color: Persian Pink. HEX triplet: DD, 74 and AE. RGB value is (221,116,174). Sum of RGB (Red+Green+Blue) = 221+116+174=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD74AE is #228B51. Grayscale: #999999. Windows color (decimal): -2263890 or 11433181. OLE color: 11433181.

HSL color Cylindrical-coordinate representation of color #DD74AE: hue angle of 326.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD74AE is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 116 174 -
CMYK 0 0.48 0.21 0.13
HSL 326.86º 0.61% 0.66% -
HSV(B) 326.86º 0.48% 0.87% -
XYZ 43.7 30.92 43.71 -
YUV 154.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 221 116 174 0 0.48 0.21 0.13 326.86 0.61 0.66
Hex DD 74 AE 0 30 15 D 147 3D 42
Octal 335 164 256 0 60 25 15 507 75 102
Binary 11011101 1110100 10101110 0 110000 10101 1101 101000111 111101 1000010

Color Harmonies of #DD74AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD74AE

Black with #DD74AE

Text Example


Text Example

White with #DD74AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD74AE; }

 p { color: rgb(221,116,174); }

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

background-color css

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

 a { background-color: rgb(221,116,174); }

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

border-color css

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

 span { border-color: rgb(221,116,174); }

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