Html Css Color HEX #DC7BBE Persian Pink

📋 copy color: '#DC7BBE'

red 220 ◦ green 123 ◦ blue 190

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

Shades of Persian Pink #DC7BBE

Tints of Persian Pink #DC7BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.65%

R = 41.28%
G = 23.08%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC7BBE (or 0xDC7BBE) is known color: Persian Pink. HEX triplet: DC, 7B and BE. RGB value is (220,123,190). Sum of RGB (Red+Green+Blue) = 220+123+190=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BBE is #238441. Grayscale: #9F9F9F. Windows color (decimal): -2327618 or 12483548. OLE color: 12483548.

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

Color convert

RGB 220 123 190 -
CMYK 0 0.44 0.14 0.14
HSL 318.56º 0.58% 0.67% -
HSV(B) 318.56º 0.44% 0.86% -
XYZ 45.89 33.1 52.69 -
YUV 159.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 220 123 190 0 0.44 0.14 0.14 318.56 0.58 0.67
Hex DC 7B BE 0 2C E E 13F 3A 43
Octal 334 173 276 0 54 16 16 477 72 103
Binary 11011100 1111011 10111110 0 101100 1110 1110 100111111 111010 1000011

Color Harmonies of #DC7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7BBE

Black with #DC7BBE

Text Example


Text Example

White with #DC7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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