Html Css Color HEX #DF6FBE Persian Pink

📋 copy color: '#DF6FBE'

red 223 ◦ green 111 ◦ blue 190

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

Shades of Persian Pink #DF6FBE

Tints of Persian Pink #DF6FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.26%

R = 42.56%
G = 21.18%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF6FBE (or 0xDF6FBE) is known color: Persian Pink. HEX triplet: DF, 6F and BE. RGB value is (223,111,190). Sum of RGB (Red+Green+Blue) = 223+111+190=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FBE is #209041. Grayscale: #999999. Windows color (decimal): -2134082 or 12480479. OLE color: 12480479.

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

Color convert

RGB 223 111 190 -
CMYK 0 0.50 0.15 0.13
HSL 317.68º 0.64% 0.65% -
HSV(B) 317.68º 0.5% 0.87% -
XYZ 45.41 30.77 52.26 -
YUV 153.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 223 111 190 0 0.50 0.15 0.13 317.68 0.64 0.65
Hex DF 6F BE 0 32 F D 13E 40 41
Octal 337 157 276 0 62 17 15 476 100 101
Binary 11011111 1101111 10111110 0 110010 1111 1101 100111110 1000000 1000001

Color Harmonies of #DF6FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FBE

Black with #DF6FBE

Text Example


Text Example

White with #DF6FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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