Html Css Color HEX #DD75B5 Persian Pink

📋 copy color: '#DD75B5'

red 221 ◦ green 117 ◦ blue 181

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

Shades of Persian Pink #DD75B5

Tints of Persian Pink #DD75B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.87%

R = 42.58%
G = 22.54%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD75B5 (or 0xDD75B5) is known color: Persian Pink. HEX triplet: DD, 75 and B5. RGB value is (221,117,181). Sum of RGB (Red+Green+Blue) = 221+117+181=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75B5 is #228A4A. Grayscale: #9B9B9B. Windows color (decimal): -2263627 or 11892189. OLE color: 11892189.

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

Color convert

RGB 221 117 181 -
CMYK 0 0.47 0.18 0.13
HSL 323.08º 0.6% 0.66% -
HSV(B) 323.08º 0.47% 0.87% -
XYZ 44.52 31.43 47.44 -
YUV 155.39 142.46 174.8 -
System Red Green Blue C M Y K H S L
Decimal 221 117 181 0 0.47 0.18 0.13 323.08 0.6 0.66
Hex DD 75 B5 0 2F 12 D 143 3C 42
Octal 335 165 265 0 57 22 15 503 74 102
Binary 11011101 1110101 10110101 0 101111 10010 1101 101000011 111100 1000010

Color Harmonies of #DD75B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75B5

Black with #DD75B5

Text Example


Text Example

White with #DD75B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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