Html Css Color HEX #DD75BA Persian Pink

📋 copy color: '#DD75BA'

red 221 ◦ green 117 ◦ blue 186

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

Shades of Persian Pink #DD75BA

Tints of Persian Pink #DD75BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.33%

 BLUE value IS 186 (73.05% from 255) = 35.5%

R = 42.18%
G = 22.33%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD75BA (or 0xDD75BA) is known color: Persian Pink. HEX triplet: DD, 75 and BA. RGB value is (221,117,186). Sum of RGB (Red+Green+Blue) = 221+117+186=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75BA is #228A45. Grayscale: #9B9B9B. Windows color (decimal): -2263622 or 12219869. OLE color: 12219869.

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

Color convert

RGB 221 117 186 -
CMYK 0 0.47 0.16 0.13
HSL 320.19º 0.6% 0.66% -
HSV(B) 320.19º 0.47% 0.87% -
XYZ 45.04 31.64 50.19 -
YUV 155.96 144.96 174.39 -
System Red Green Blue C M Y K H S L
Decimal 221 117 186 0 0.47 0.16 0.13 320.19 0.6 0.66
Hex DD 75 BA 0 2F 10 D 140 3C 42
Octal 335 165 272 0 57 20 15 500 74 102
Binary 11011101 1110101 10111010 0 101111 10000 1101 101000000 111100 1000010

Color Harmonies of #DD75BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75BA

Black with #DD75BA

Text Example


Text Example

White with #DD75BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75BA; }

 p { color: rgb(221,117,186); }

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

background-color css

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

 a { background-color: rgb(221,117,186); }

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

border-color css

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

 span { border-color: rgb(221,117,186); }

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