Html Css Color HEX #DF6DBB Persian Pink

📋 copy color: '#DF6DBB'

red 223 ◦ green 109 ◦ blue 187

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

Shades of Persian Pink #DF6DBB

Tints of Persian Pink #DF6DBB

RGB

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

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

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

R = 42.97%
G = 21%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF6DBB (or 0xDF6DBB) is known color: Persian Pink. HEX triplet: DF, 6D and BB. RGB value is (223,109,187). Sum of RGB (Red+Green+Blue) = 223+109+187=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6DBB is #209244. Grayscale: #979797. Windows color (decimal): -2134597 or 12283359. OLE color: 12283359.

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

Color convert

RGB 223 109 187 -
CMYK 0 0.51 0.16 0.13
HSL 318.95º 0.64% 0.65% -
HSV(B) 318.95º 0.51% 0.87% -
XYZ 44.87 30.21 50.48 -
YUV 151.98 147.77 178.66 -
System Red Green Blue C M Y K H S L
Decimal 223 109 187 0 0.51 0.16 0.13 318.95 0.64 0.65
Hex DF 6D BB 0 33 10 D 13F 40 41
Octal 337 155 273 0 63 20 15 477 100 101
Binary 11011111 1101101 10111011 0 110011 10000 1101 100111111 1000000 1000001

Color Harmonies of #DF6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6DBB

Black with #DF6DBB

Text Example


Text Example

White with #DF6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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