Html Css Color HEX #DD7BB4 Persian Pink

📋 copy color: '#DD7BB4'

red 221 ◦ green 123 ◦ blue 180

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

Shades of Persian Pink #DD7BB4

Tints of Persian Pink #DD7BB4

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.47%

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

R = 42.18%
G = 23.47%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD7BB4 (or 0xDD7BB4) is known color: Persian Pink. HEX triplet: DD, 7B and B4. RGB value is (221,123,180). Sum of RGB (Red+Green+Blue) = 221+123+180=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BB4 is #22844B. Grayscale: #9E9E9E. Windows color (decimal): -2262092 or 11828189. OLE color: 11828189.

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

Color convert

RGB 221 123 180 -
CMYK 0 0.44 0.19 0.13
HSL 325.1º 0.59% 0.67% -
HSV(B) 325.1º 0.44% 0.87% -
XYZ 45.14 32.83 47.14 -
YUV 158.8 139.97 172.37 -
System Red Green Blue C M Y K H S L
Decimal 221 123 180 0 0.44 0.19 0.13 325.1 0.59 0.67
Hex DD 7B B4 0 2C 13 D 145 3B 43
Octal 335 173 264 0 54 23 15 505 73 103
Binary 11011101 1111011 10110100 0 101100 10011 1101 101000101 111011 1000011

Color Harmonies of #DD7BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BB4

Black with #DD7BB4

Text Example


Text Example

White with #DD7BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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