Html Css Color HEX #DD6BBA Persian Pink

📋 copy color: '#DD6BBA'

red 221 ◦ green 107 ◦ blue 186

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

Shades of Persian Pink #DD6BBA

Tints of Persian Pink #DD6BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.82%

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

R = 43%
G = 20.82%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD6BBA (or 0xDD6BBA) is known color: Persian Pink. HEX triplet: DD, 6B and BA. RGB value is (221,107,186). Sum of RGB (Red+Green+Blue) = 221+107+186=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BBA is #229445. Grayscale: #959595. Windows color (decimal): -2266182 or 12217309. OLE color: 12217309.

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

Color convert

RGB 221 107 186 -
CMYK 0 0.52 0.16 0.13
HSL 318.42º 0.63% 0.64% -
HSV(B) 318.42º 0.52% 0.87% -
XYZ 43.94 29.43 49.82 -
YUV 150.09 148.27 178.58 -
System Red Green Blue C M Y K H S L
Decimal 221 107 186 0 0.52 0.16 0.13 318.42 0.63 0.64
Hex DD 6B BA 0 34 10 D 13E 3F 40
Octal 335 153 272 0 64 20 15 476 77 100
Binary 11011101 1101011 10111010 0 110100 10000 1101 100111110 111111 1000000

Color Harmonies of #DD6BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BBA

Black with #DD6BBA

Text Example


Text Example

White with #DD6BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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