Html Css Color HEX #DD6FB4 Persian Pink

📋 copy color: '#DD6FB4'

red 221 ◦ green 111 ◦ blue 180

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

Shades of Persian Pink #DD6FB4

Tints of Persian Pink #DD6FB4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.68%

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

R = 43.16%
G = 21.68%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD6FB4 (or 0xDD6FB4) is known color: Persian Pink. HEX triplet: DD, 6F and B4. RGB value is (221,111,180). Sum of RGB (Red+Green+Blue) = 221+111+180=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FB4 is #22904B. Grayscale: #979797. Windows color (decimal): -2265164 or 11825117. OLE color: 11825117.

HSL color Cylindrical-coordinate representation of color #DD6FB4: hue angle of 322.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FB4 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 111 180 -
CMYK 0 0.50 0.19 0.13
HSL 322.36º 0.62% 0.65% -
HSV(B) 322.36º 0.5% 0.87% -
XYZ 43.74 30.04 46.67 -
YUV 151.76 143.94 177.39 -
System Red Green Blue C M Y K H S L
Decimal 221 111 180 0 0.50 0.19 0.13 322.36 0.62 0.65
Hex DD 6F B4 0 32 13 D 142 3E 41
Octal 335 157 264 0 62 23 15 502 76 101
Binary 11011101 1101111 10110100 0 110010 10011 1101 101000010 111110 1000001

Color Harmonies of #DD6FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FB4

Black with #DD6FB4

Text Example


Text Example

White with #DD6FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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