Html Css Color HEX #DC7BB6 Persian Pink

📋 copy color: '#DC7BB6'

red 220 ◦ green 123 ◦ blue 182

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

Shades of Persian Pink #DC7BB6

Tints of Persian Pink #DC7BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.67%

R = 41.9%
G = 23.43%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC7BB6 (or 0xDC7BB6) is known color: Persian Pink. HEX triplet: DC, 7B and B6. RGB value is (220,123,182). Sum of RGB (Red+Green+Blue) = 220+123+182=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BB6 is #238449. Grayscale: #9E9E9E. Windows color (decimal): -2327626 or 11959260. OLE color: 11959260.

HSL color Cylindrical-coordinate representation of color #DC7BB6: hue angle of 323.51º 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 #DC7BB6 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 123 182 -
CMYK 0 0.44 0.17 0.14
HSL 323.51º 0.58% 0.67% -
HSV(B) 323.51º 0.44% 0.86% -
XYZ 45.04 32.76 48.21 -
YUV 158.73 141.14 171.7 -
System Red Green Blue C M Y K H S L
Decimal 220 123 182 0 0.44 0.17 0.14 323.51 0.58 0.67
Hex DC 7B B6 0 2C 11 E 144 3A 43
Octal 334 173 266 0 54 21 16 504 72 103
Binary 11011100 1111011 10110110 0 101100 10001 1110 101000100 111010 1000011

Color Harmonies of #DC7BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7BB6

Black with #DC7BB6

Text Example


Text Example

White with #DC7BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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