Html Css Color HEX #DC7CBD Persian Pink

📋 copy color: '#DC7CBD'

red 220 ◦ green 124 ◦ blue 189

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

Shades of Persian Pink #DC7CBD

Tints of Persian Pink #DC7CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.26%

 BLUE value IS 189 (74.22% from 255) = 35.46%

R = 41.28%
G = 23.26%
B = 35.46%

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

#DC7CBD (or 0xDC7CBD) is known color: Persian Pink. HEX triplet: DC, 7C and BD. RGB value is (220,124,189). Sum of RGB (Red+Green+Blue) = 220+124+189=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CBD is #238342. Grayscale: #9F9F9F. Windows color (decimal): -2327363 or 12418268. OLE color: 12418268.

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

Color convert

RGB 220 124 189 -
CMYK 0 0.44 0.14 0.14
HSL 319.38º 0.58% 0.67% -
HSV(B) 319.38º 0.44% 0.86% -
XYZ 45.91 33.31 52.15 -
YUV 160.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 220 124 189 0 0.44 0.14 0.14 319.38 0.58 0.67
Hex DC 7C BD 0 2C E E 13F 3A 43
Octal 334 174 275 0 54 16 16 477 72 103
Binary 11011100 1111100 10111101 0 101100 1110 1110 100111111 111010 1000011

Color Harmonies of #DC7CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7CBD

Black with #DC7CBD

Text Example


Text Example

White with #DC7CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7CBD; }

 p { color: rgb(220,124,189); }

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

background-color css

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

 a { background-color: rgb(220,124,189); }

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

border-color css

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

 span { border-color: rgb(220,124,189); }

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