Html Css Color HEX #DD75B2 Persian Pink

📋 copy color: '#DD75B2'

red 221 ◦ green 117 ◦ blue 178

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

Shades of Persian Pink #DD75B2

Tints of Persian Pink #DD75B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.5%

R = 42.83%
G = 22.67%
B = 34.5%

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

#DD75B2 (or 0xDD75B2) is known color: Persian Pink. HEX triplet: DD, 75 and B2. RGB value is (221,117,178). Sum of RGB (Red+Green+Blue) = 221+117+178=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD75B2 is #228A4D. Grayscale: #9A9A9A. Windows color (decimal): -2263630 or 11695581. OLE color: 11695581.

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

Color convert

RGB 221 117 178 -
CMYK 0 0.47 0.19 0.13
HSL 324.81º 0.6% 0.66% -
HSV(B) 324.81º 0.47% 0.87% -
XYZ 44.22 31.31 45.83 -
YUV 155.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 221 117 178 0 0.47 0.19 0.13 324.81 0.6 0.66
Hex DD 75 B2 0 2F 13 D 145 3C 42
Octal 335 165 262 0 57 23 15 505 74 102
Binary 11011101 1110101 10110010 0 101111 10011 1101 101000101 111100 1000010

Color Harmonies of #DD75B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75B2

Black with #DD75B2

Text Example


Text Example

White with #DD75B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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