Html Css Color HEX #DD6DBA Persian Pink

📋 copy color: '#DD6DBA'

red 221 ◦ green 109 ◦ blue 186

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

Shades of Persian Pink #DD6DBA

Tints of Persian Pink #DD6DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.12%

 BLUE value IS 186 (73.05% from 255) = 36.05%

R = 42.83%
G = 21.12%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD6DBA (or 0xDD6DBA) is known color: Persian Pink. HEX triplet: DD, 6D and BA. RGB value is (221,109,186). Sum of RGB (Red+Green+Blue) = 221+109+186=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DBA is #229245. Grayscale: #979797. Windows color (decimal): -2265670 or 12217821. OLE color: 12217821.

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

Color convert

RGB 221 109 186 -
CMYK 0 0.51 0.16 0.13
HSL 318.75º 0.62% 0.65% -
HSV(B) 318.75º 0.51% 0.87% -
XYZ 44.15 29.85 49.89 -
YUV 151.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 221 109 186 0 0.51 0.16 0.13 318.75 0.62 0.65
Hex DD 6D BA 0 33 10 D 13F 3E 41
Octal 335 155 272 0 63 20 15 477 76 101
Binary 11011101 1101101 10111010 0 110011 10000 1101 100111111 111110 1000001

Color Harmonies of #DD6DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DBA

Black with #DD6DBA

Text Example


Text Example

White with #DD6DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DBA; }

 p { color: rgb(221,109,186); }

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

background-color css

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

 a { background-color: rgb(221,109,186); }

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

border-color css

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

 span { border-color: rgb(221,109,186); }

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