Html Css Color HEX #DD74B8 Persian Pink

📋 copy color: '#DD74B8'

red 221 ◦ green 116 ◦ blue 184

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

Shades of Persian Pink #DD74B8

Tints of Persian Pink #DD74B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.32%

R = 42.42%
G = 22.26%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD74B8 (or 0xDD74B8) is known color: Persian Pink. HEX triplet: DD, 74 and B8. RGB value is (221,116,184). Sum of RGB (Red+Green+Blue) = 221+116+184=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74B8 is #228B47. Grayscale: #9A9A9A. Windows color (decimal): -2263880 or 12088541. OLE color: 12088541.

HSL color Cylindrical-coordinate representation of color #DD74B8: hue angle of 321.14º 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 #DD74B8 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 116 184 -
CMYK 0 0.48 0.17 0.13
HSL 321.14º 0.61% 0.66% -
HSV(B) 321.14º 0.48% 0.87% -
XYZ 44.72 31.32 49.04 -
YUV 155.15 144.29 174.97 -
System Red Green Blue C M Y K H S L
Decimal 221 116 184 0 0.48 0.17 0.13 321.14 0.61 0.66
Hex DD 74 B8 0 30 11 D 141 3D 42
Octal 335 164 270 0 60 21 15 501 75 102
Binary 11011101 1110100 10111000 0 110000 10001 1101 101000001 111101 1000010

Color Harmonies of #DD74B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD74B8

Black with #DD74B8

Text Example


Text Example

White with #DD74B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD74B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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