Html Css Color HEX #DC6FBB Persian Pink

📋 copy color: '#DC6FBB'

red 220 ◦ green 111 ◦ blue 187

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

Shades of Persian Pink #DC6FBB

Tints of Persian Pink #DC6FBB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.43%

 BLUE value IS 187 (73.44% from 255) = 36.1%

R = 42.47%
G = 21.43%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC6FBB (or 0xDC6FBB) is known color: Persian Pink. HEX triplet: DC, 6F and BB. RGB value is (220,111,187). Sum of RGB (Red+Green+Blue) = 220+111+187=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FBB is #239044. Grayscale: #989898. Windows color (decimal): -2330693 or 12283868. OLE color: 12283868.

HSL color Cylindrical-coordinate representation of color #DC6FBB: hue angle of 318.17º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6FBB is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 111 187 -
CMYK 0 0.50 0.15 0.14
HSL 318.17º 0.61% 0.65% -
HSV(B) 318.17º 0.5% 0.86% -
XYZ 44.17 30.17 50.51 -
YUV 152.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 220 111 187 0 0.50 0.15 0.14 318.17 0.61 0.65
Hex DC 6F BB 0 32 F E 13E 3D 41
Octal 334 157 273 0 62 17 16 476 75 101
Binary 11011100 1101111 10111011 0 110010 1111 1110 100111110 111101 1000001

Color Harmonies of #DC6FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FBB

Black with #DC6FBB

Text Example


Text Example

White with #DC6FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FBB; }

 p { color: rgb(220,111,187); }

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

background-color css

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

 a { background-color: rgb(220,111,187); }

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

border-color css

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

 span { border-color: rgb(220,111,187); }

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