Html Css Color HEX #DC75BA Persian Pink

📋 copy color: '#DC75BA'

red 220 ◦ green 117 ◦ blue 186

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

Shades of Persian Pink #DC75BA

Tints of Persian Pink #DC75BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.37%

 BLUE value IS 186 (73.05% from 255) = 35.56%

R = 42.07%
G = 22.37%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC75BA (or 0xDC75BA) is known color: Persian Pink. HEX triplet: DC, 75 and BA. RGB value is (220,117,186). Sum of RGB (Red+Green+Blue) = 220+117+186=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75BA is #238A45. Grayscale: #9B9B9B. Windows color (decimal): -2329158 or 12219868. OLE color: 12219868.

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

Color convert

RGB 220 117 186 -
CMYK 0 0.47 0.15 0.14
HSL 319.81º 0.6% 0.66% -
HSV(B) 319.81º 0.47% 0.86% -
XYZ 44.74 31.48 50.17 -
YUV 155.66 145.12 173.89 -
System Red Green Blue C M Y K H S L
Decimal 220 117 186 0 0.47 0.15 0.14 319.81 0.6 0.66
Hex DC 75 BA 0 2F F E 140 3C 42
Octal 334 165 272 0 57 17 16 500 74 102
Binary 11011100 1110101 10111010 0 101111 1111 1110 101000000 111100 1000010

Color Harmonies of #DC75BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75BA

Black with #DC75BA

Text Example


Text Example

White with #DC75BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75BA; }

 p { color: rgb(220,117,186); }

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

background-color css

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

 a { background-color: rgb(220,117,186); }

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

border-color css

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

 span { border-color: rgb(220,117,186); }

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