Html Css Color HEX #DF6ABB Persian Pink

📋 copy color: '#DF6ABB'

red 223 ◦ green 106 ◦ blue 187

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

Shades of Persian Pink #DF6ABB

Tints of Persian Pink #DF6ABB

RGB

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

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

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

R = 43.22%
G = 20.54%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF6ABB (or 0xDF6ABB) is known color: Persian Pink. HEX triplet: DF, 6A and BB. RGB value is (223,106,187). Sum of RGB (Red+Green+Blue) = 223+106+187=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6ABB is #209544. Grayscale: #969696. Windows color (decimal): -2135365 or 12282591. OLE color: 12282591.

HSL color Cylindrical-coordinate representation of color #DF6ABB: hue angle of 318.46º 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 #DF6ABB is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 106 187 -
CMYK 0 0.52 0.16 0.13
HSL 318.46º 0.65% 0.65% -
HSV(B) 318.46º 0.52% 0.87% -
XYZ 44.56 29.58 50.38 -
YUV 150.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 223 106 187 0 0.52 0.16 0.13 318.46 0.65 0.65
Hex DF 6A BB 0 34 10 D 13E 41 41
Octal 337 152 273 0 64 20 15 476 101 101
Binary 11011111 1101010 10111011 0 110100 10000 1101 100111110 1000001 1000001

Color Harmonies of #DF6ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6ABB

Black with #DF6ABB

Text Example


Text Example

White with #DF6ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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