Html Css Color HEX #DD7ABE Persian Pink

📋 copy color: '#DD7ABE'

red 221 ◦ green 122 ◦ blue 190

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

Shades of Persian Pink #DD7ABE

Tints of Persian Pink #DD7ABE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.89%

 BLUE value IS 190 (74.61% from 255) = 35.65%

R = 41.46%
G = 22.89%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD7ABE (or 0xDD7ABE) is known color: Persian Pink. HEX triplet: DD, 7A and BE. RGB value is (221,122,190). Sum of RGB (Red+Green+Blue) = 221+122+190=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ABE is #228541. Grayscale: #9F9F9F. Windows color (decimal): -2262338 or 12483293. OLE color: 12483293.

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

Color convert

RGB 221 122 190 -
CMYK 0 0.45 0.14 0.13
HSL 318.79º 0.59% 0.67% -
HSV(B) 318.79º 0.45% 0.87% -
XYZ 46.07 33.01 52.66 -
YUV 159.35 145.3 171.97 -
System Red Green Blue C M Y K H S L
Decimal 221 122 190 0 0.45 0.14 0.13 318.79 0.59 0.67
Hex DD 7A BE 0 2D E D 13F 3B 43
Octal 335 172 276 0 55 16 15 477 73 103
Binary 11011101 1111010 10111110 0 101101 1110 1101 100111111 111011 1000011

Color Harmonies of #DD7ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7ABE

Black with #DD7ABE

Text Example


Text Example

White with #DD7ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7ABE; }

 p { color: rgb(221,122,190); }

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

background-color css

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

 a { background-color: rgb(221,122,190); }

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

border-color css

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

 span { border-color: rgb(221,122,190); }

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