Html Css Color HEX #DD75B4 Persian Pink

📋 copy color: '#DD75B4'

red 221 ◦ green 117 ◦ blue 180

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

Shades of Persian Pink #DD75B4

Tints of Persian Pink #DD75B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.75%

R = 42.66%
G = 22.59%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD75B4 (or 0xDD75B4) is known color: Persian Pink. HEX triplet: DD, 75 and B4. RGB value is (221,117,180). Sum of RGB (Red+Green+Blue) = 221+117+180=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75B4 is #228A4B. Grayscale: #9B9B9B. Windows color (decimal): -2263628 or 11826653. OLE color: 11826653.

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

Color convert

RGB 221 117 180 -
CMYK 0 0.47 0.19 0.13
HSL 323.65º 0.6% 0.66% -
HSV(B) 323.65º 0.47% 0.87% -
XYZ 44.42 31.39 46.9 -
YUV 155.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 221 117 180 0 0.47 0.19 0.13 323.65 0.6 0.66
Hex DD 75 B4 0 2F 13 D 144 3C 42
Octal 335 165 264 0 57 23 15 504 74 102
Binary 11011101 1110101 10110100 0 101111 10011 1101 101000100 111100 1000010

Color Harmonies of #DD75B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75B4

Black with #DD75B4

Text Example


Text Example

White with #DD75B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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