Html Css Color HEX #DD7AB4 Persian Pink

📋 copy color: '#DD7AB4'

red 221 ◦ green 122 ◦ blue 180

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

Shades of Persian Pink #DD7AB4

Tints of Persian Pink #DD7AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.42%

R = 42.26%
G = 23.33%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD7AB4 (or 0xDD7AB4) is known color: Persian Pink. HEX triplet: DD, 7A and B4. RGB value is (221,122,180). Sum of RGB (Red+Green+Blue) = 221+122+180=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AB4 is #22854B. Grayscale: #9E9E9E. Windows color (decimal): -2262348 or 11827933. OLE color: 11827933.

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

Color convert

RGB 221 122 180 -
CMYK 0 0.45 0.19 0.13
HSL 324.85º 0.59% 0.67% -
HSV(B) 324.85º 0.45% 0.87% -
XYZ 45.02 32.59 47.1 -
YUV 158.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 221 122 180 0 0.45 0.19 0.13 324.85 0.59 0.67
Hex DD 7A B4 0 2D 13 D 145 3B 43
Octal 335 172 264 0 55 23 15 505 73 103
Binary 11011101 1111010 10110100 0 101101 10011 1101 101000101 111011 1000011

Color Harmonies of #DD7AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7AB4

Black with #DD7AB4

Text Example


Text Example

White with #DD7AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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