Html Css Color HEX #DF6ABA Persian Pink

📋 copy color: '#DF6ABA'

red 223 ◦ green 106 ◦ blue 186

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

Shades of Persian Pink #DF6ABA

Tints of Persian Pink #DF6ABA

RGB

 RED value IS 223 (87.5% from 255) = 43.3%

 GREEN value IS 106 (41.8% from 255) = 20.58%

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

R = 43.3%
G = 20.58%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF6ABA (or 0xDF6ABA) is known color: Persian Pink. HEX triplet: DF, 6A and BA. RGB value is (223,106,186). Sum of RGB (Red+Green+Blue) = 223+106+186=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6ABA is #209545. Grayscale: #959595. Windows color (decimal): -2135366 or 12217055. OLE color: 12217055.

HSL color Cylindrical-coordinate representation of color #DF6ABA: hue angle of 318.97º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6ABA is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 106 186 -
CMYK 0 0.52 0.17 0.13
HSL 318.97º 0.65% 0.65% -
HSV(B) 318.97º 0.52% 0.87% -
XYZ 44.45 29.54 49.81 -
YUV 150.1 148.26 180 -
System Red Green Blue C M Y K H S L
Decimal 223 106 186 0 0.52 0.17 0.13 318.97 0.65 0.65
Hex DF 6A BA 0 34 11 D 13F 41 41
Octal 337 152 272 0 64 21 15 477 101 101
Binary 11011111 1101010 10111010 0 110100 10001 1101 100111111 1000001 1000001

Color Harmonies of #DF6ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6ABA

Black with #DF6ABA

Text Example


Text Example

White with #DF6ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6ABA; }

 p { color: rgb(223,106,186); }

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

background-color css

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

 a { background-color: rgb(223,106,186); }

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

border-color css

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

 span { border-color: rgb(223,106,186); }

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