Html Css Color HEX #DD7DC1 Persian Pink

📋 copy color: '#DD7DC1'

red 221 ◦ green 125 ◦ blue 193

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

Shades of Persian Pink #DD7DC1

Tints of Persian Pink #DD7DC1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.19%

 BLUE value IS 193 (75.78% from 255) = 35.81%

R = 41%
G = 23.19%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD7DC1 (or 0xDD7DC1) is known color: Persian Pink. HEX triplet: DD, 7D and C1. RGB value is (221,125,193). Sum of RGB (Red+Green+Blue) = 221+125+193=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DC1 is #22823E. Grayscale: #A1A1A1. Windows color (decimal): -2261567 or 12680669. OLE color: 12680669.

HSL color Cylindrical-coordinate representation of color #DD7DC1: hue angle of 317.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7DC1 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 125 193 -
CMYK 0 0.43 0.13 0.13
HSL 317.5º 0.59% 0.68% -
HSV(B) 317.5º 0.43% 0.87% -
XYZ 46.78 33.89 54.53 -
YUV 161.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 221 125 193 0 0.43 0.13 0.13 317.5 0.59 0.68
Hex DD 7D C1 0 2B D D 13E 3B 44
Octal 335 175 301 0 53 15 15 476 73 104
Binary 11011101 1111101 11000001 0 101011 1101 1101 100111110 111011 1000100

Color Harmonies of #DD7DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7DC1

Black with #DD7DC1

Text Example


Text Example

White with #DD7DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7DC1; }

 p { color: rgb(221,125,193); }

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

background-color css

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

 a { background-color: rgb(221,125,193); }

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

border-color css

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

 span { border-color: rgb(221,125,193); }

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