Html Css Color HEX #DD6CBA Persian Pink

📋 copy color: '#DD6CBA'

red 221 ◦ green 108 ◦ blue 186

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

Shades of Persian Pink #DD6CBA

Tints of Persian Pink #DD6CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.97%

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

R = 42.91%
G = 20.97%
B = 36.12%

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

#DD6CBA (or 0xDD6CBA) is known color: Persian Pink. HEX triplet: DD, 6C and BA. RGB value is (221,108,186). Sum of RGB (Red+Green+Blue) = 221+108+186=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CBA is #229345. Grayscale: #969696. Windows color (decimal): -2265926 or 12217565. OLE color: 12217565.

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

Color convert

RGB 221 108 186 -
CMYK 0 0.51 0.16 0.13
HSL 318.58º 0.62% 0.65% -
HSV(B) 318.58º 0.51% 0.87% -
XYZ 44.04 29.64 49.85 -
YUV 150.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 221 108 186 0 0.51 0.16 0.13 318.58 0.62 0.65
Hex DD 6C BA 0 33 10 D 13F 3E 41
Octal 335 154 272 0 63 20 15 477 76 101
Binary 11011101 1101100 10111010 0 110011 10000 1101 100111111 111110 1000001

Color Harmonies of #DD6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CBA

Black with #DD6CBA

Text Example


Text Example

White with #DD6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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