Html Css Color HEX #DF6FBD Persian Pink

📋 copy color: '#DF6FBD'

red 223 ◦ green 111 ◦ blue 189

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

Shades of Persian Pink #DF6FBD

Tints of Persian Pink #DF6FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.14%

R = 42.64%
G = 21.22%
B = 36.14%

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

#DF6FBD (or 0xDF6FBD) is known color: Persian Pink. HEX triplet: DF, 6F and BD. RGB value is (223,111,189). Sum of RGB (Red+Green+Blue) = 223+111+189=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FBD is #209042. Grayscale: #999999. Windows color (decimal): -2134083 or 12414943. OLE color: 12414943.

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

Color convert

RGB 223 111 189 -
CMYK 0 0.50 0.15 0.13
HSL 318.21º 0.64% 0.65% -
HSV(B) 318.21º 0.5% 0.87% -
XYZ 45.3 30.73 51.69 -
YUV 153.38 148.11 177.66 -
System Red Green Blue C M Y K H S L
Decimal 223 111 189 0 0.50 0.15 0.13 318.21 0.64 0.65
Hex DF 6F BD 0 32 F D 13E 40 41
Octal 337 157 275 0 62 17 15 476 100 101
Binary 11011111 1101111 10111101 0 110010 1111 1101 100111110 1000000 1000001

Color Harmonies of #DF6FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FBD

Black with #DF6FBD

Text Example


Text Example

White with #DF6FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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