Html Css Color HEX #DF6FBB Persian Pink

📋 copy color: '#DF6FBB'

red 223 ◦ green 111 ◦ blue 187

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

Shades of Persian Pink #DF6FBB

Tints of Persian Pink #DF6FBB

RGB

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

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

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

R = 42.8%
G = 21.31%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF6FBB (or 0xDF6FBB) is known color: Persian Pink. HEX triplet: DF, 6F and BB. RGB value is (223,111,187). Sum of RGB (Red+Green+Blue) = 223+111+187=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FBB is #209044. Grayscale: #989898. Windows color (decimal): -2134085 or 12283871. OLE color: 12283871.

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

Color convert

RGB 223 111 187 -
CMYK 0 0.50 0.16 0.13
HSL 319.29º 0.64% 0.65% -
HSV(B) 319.29º 0.5% 0.87% -
XYZ 45.09 30.64 50.55 -
YUV 153.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 223 111 187 0 0.50 0.16 0.13 319.29 0.64 0.65
Hex DF 6F BB 0 32 10 D 13F 40 41
Octal 337 157 273 0 62 20 15 477 100 101
Binary 11011111 1101111 10111011 0 110010 10000 1101 100111111 1000000 1000001

Color Harmonies of #DF6FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FBB

Black with #DF6FBB

Text Example


Text Example

White with #DF6FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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