Html Css Color HEX #DC7BBA Persian Pink

📋 copy color: '#DC7BBA'

red 220 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #DC7BBA

Tints of Persian Pink #DC7BBA

RGB

 RED value IS 220 (86.33% from 255) = 41.59%

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

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

R = 41.59%
G = 23.25%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC7BBA (or 0xDC7BBA) is known color: Persian Pink. HEX triplet: DC, 7B and BA. RGB value is (220,123,186). Sum of RGB (Red+Green+Blue) = 220+123+186=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BBA is #238445. Grayscale: #9F9F9F. Windows color (decimal): -2327622 or 12221404. OLE color: 12221404.

HSL color Cylindrical-coordinate representation of color #DC7BBA: hue angle of 321.03º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7BBA is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 123 186 -
CMYK 0 0.44 0.15 0.14
HSL 321.03º 0.58% 0.67% -
HSV(B) 321.03º 0.44% 0.86% -
XYZ 45.46 32.93 50.41 -
YUV 159.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 220 123 186 0 0.44 0.15 0.14 321.03 0.58 0.67
Hex DC 7B BA 0 2C F E 141 3A 43
Octal 334 173 272 0 54 17 16 501 72 103
Binary 11011100 1111011 10111010 0 101100 1111 1110 101000001 111010 1000011

Color Harmonies of #DC7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7BBA

Black with #DC7BBA

Text Example


Text Example

White with #DC7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7BBA; }

 p { color: rgb(220,123,186); }

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

background-color css

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

 a { background-color: rgb(220,123,186); }

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

border-color css

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

 span { border-color: rgb(220,123,186); }

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