Html Css Color HEX #DC7DBB Persian Pink

📋 copy color: '#DC7DBB'

red 220 ◦ green 125 ◦ blue 187

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

Shades of Persian Pink #DC7DBB

Tints of Persian Pink #DC7DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.5%

 BLUE value IS 187 (73.44% from 255) = 35.15%

R = 41.35%
G = 23.5%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC7DBB (or 0xDC7DBB) is known color: Persian Pink. HEX triplet: DC, 7D and BB. RGB value is (220,125,187). Sum of RGB (Red+Green+Blue) = 220+125+187=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DBB is #238244. Grayscale: #A0A0A0. Windows color (decimal): -2327109 or 12287452. OLE color: 12287452.

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

Color convert

RGB 220 125 187 -
CMYK 0 0.43 0.15 0.14
HSL 320.84º 0.58% 0.68% -
HSV(B) 320.84º 0.43% 0.86% -
XYZ 45.82 33.47 51.06 -
YUV 160.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 220 125 187 0 0.43 0.15 0.14 320.84 0.58 0.68
Hex DC 7D BB 0 2B F E 141 3A 44
Octal 334 175 273 0 53 17 16 501 72 104
Binary 11011100 1111101 10111011 0 101011 1111 1110 101000001 111010 1000100

Color Harmonies of #DC7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DBB

Black with #DC7DBB

Text Example


Text Example

White with #DC7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DBB; }

 p { color: rgb(220,125,187); }

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

background-color css

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

 a { background-color: rgb(220,125,187); }

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

border-color css

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

 span { border-color: rgb(220,125,187); }

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