Html Css Color HEX #DC7BBC Persian Pink

📋 copy color: '#DC7BBC'

red 220 ◦ green 123 ◦ blue 188

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

Shades of Persian Pink #DC7BBC

Tints of Persian Pink #DC7BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.4%

R = 41.43%
G = 23.16%
B = 35.4%

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

#DC7BBC (or 0xDC7BBC) is known color: Persian Pink. HEX triplet: DC, 7B and BC. RGB value is (220,123,188). Sum of RGB (Red+Green+Blue) = 220+123+188=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BBC is #238443. Grayscale: #9F9F9F. Windows color (decimal): -2327620 or 12352476. OLE color: 12352476.

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

Color convert

RGB 220 123 188 -
CMYK 0 0.44 0.15 0.14
HSL 319.79º 0.58% 0.67% -
HSV(B) 319.79º 0.44% 0.86% -
XYZ 45.68 33.01 51.54 -
YUV 159.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 220 123 188 0 0.44 0.15 0.14 319.79 0.58 0.67
Hex DC 7B BC 0 2C F E 140 3A 43
Octal 334 173 274 0 54 17 16 500 72 103
Binary 11011100 1111011 10111100 0 101100 1111 1110 101000000 111010 1000011

Color Harmonies of #DC7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7BBC

Black with #DC7BBC

Text Example


Text Example

White with #DC7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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