Html Css Color HEX #DD7FC2 Persian Pink

📋 copy color: '#DD7FC2'

red 221 ◦ green 127 ◦ blue 194

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

Shades of Persian Pink #DD7FC2

Tints of Persian Pink #DD7FC2

RGB

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

 GREEN value IS 127 (50% from 255) = 23.43%

 BLUE value IS 194 (76.17% from 255) = 35.79%

R = 40.77%
G = 23.43%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD7FC2 (or 0xDD7FC2) is known color: Persian Pink. HEX triplet: DD, 7F and C2. RGB value is (221,127,194). Sum of RGB (Red+Green+Blue) = 221+127+194=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FC2 is #22803D. Grayscale: #A2A2A2. Windows color (decimal): -2261054 or 12746717. OLE color: 12746717.

HSL color Cylindrical-coordinate representation of color #DD7FC2: hue angle of 317.23º degrees, saturation: 0.58, 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 #DD7FC2 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 127 194 -
CMYK 0 0.43 0.12 0.13
HSL 317.23º 0.58% 0.68% -
HSV(B) 317.23º 0.43% 0.87% -
XYZ 47.15 34.45 55.2 -
YUV 162.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 221 127 194 0 0.43 0.12 0.13 317.23 0.58 0.68
Hex DD 7F C2 0 2B C D 13D 3A 44
Octal 335 177 302 0 53 14 15 475 72 104
Binary 11011101 1111111 11000010 0 101011 1100 1101 100111101 111010 1000100

Color Harmonies of #DD7FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FC2

Black with #DD7FC2

Text Example


Text Example

White with #DD7FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FC2; }

 p { color: rgb(221,127,194); }

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

background-color css

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

 a { background-color: rgb(221,127,194); }

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

border-color css

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

 span { border-color: rgb(221,127,194); }

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