Html Css Color HEX #DF6DBA Persian Pink

📋 copy color: '#DF6DBA'

red 223 ◦ green 109 ◦ blue 186

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

Shades of Persian Pink #DF6DBA

Tints of Persian Pink #DF6DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.04%

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

R = 43.05%
G = 21.04%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF6DBA (or 0xDF6DBA) is known color: Persian Pink. HEX triplet: DF, 6D and BA. RGB value is (223,109,186). Sum of RGB (Red+Green+Blue) = 223+109+186=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6DBA is #209245. Grayscale: #979797. Windows color (decimal): -2134598 or 12217823. OLE color: 12217823.

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

Color convert

RGB 223 109 186 -
CMYK 0 0.51 0.17 0.13
HSL 319.47º 0.64% 0.65% -
HSV(B) 319.47º 0.51% 0.87% -
XYZ 44.76 30.17 49.92 -
YUV 151.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 223 109 186 0 0.51 0.17 0.13 319.47 0.64 0.65
Hex DF 6D BA 0 33 11 D 13F 40 41
Octal 337 155 272 0 63 21 15 477 100 101
Binary 11011111 1101101 10111010 0 110011 10001 1101 100111111 1000000 1000001

Color Harmonies of #DF6DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6DBA

Black with #DF6DBA

Text Example


Text Example

White with #DF6DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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