Html Css Color HEX #DD75B3 Persian Pink

📋 copy color: '#DD75B3'

red 221 ◦ green 117 ◦ blue 179

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

Shades of Persian Pink #DD75B3

Tints of Persian Pink #DD75B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.62%

R = 42.75%
G = 22.63%
B = 34.62%

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

#DD75B3 (or 0xDD75B3) is known color: Persian Pink. HEX triplet: DD, 75 and B3. RGB value is (221,117,179). Sum of RGB (Red+Green+Blue) = 221+117+179=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75B3 is #228A4C. Grayscale: #9B9B9B. Windows color (decimal): -2263629 or 11761117. OLE color: 11761117.

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

Color convert

RGB 221 117 179 -
CMYK 0 0.47 0.19 0.13
HSL 324.23º 0.6% 0.66% -
HSV(B) 324.23º 0.47% 0.87% -
XYZ 44.32 31.35 46.36 -
YUV 155.16 141.46 174.96 -
System Red Green Blue C M Y K H S L
Decimal 221 117 179 0 0.47 0.19 0.13 324.23 0.6 0.66
Hex DD 75 B3 0 2F 13 D 144 3C 42
Octal 335 165 263 0 57 23 15 504 74 102
Binary 11011101 1110101 10110011 0 101111 10011 1101 101000100 111100 1000010

Color Harmonies of #DD75B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75B3

Black with #DD75B3

Text Example


Text Example

White with #DD75B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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