Html Css Color HEX #DF6BBB Persian Pink

📋 copy color: '#DF6BBB'

red 223 ◦ green 107 ◦ blue 187

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

Shades of Persian Pink #DF6BBB

Tints of Persian Pink #DF6BBB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.7%

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

R = 43.13%
G = 20.7%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF6BBB (or 0xDF6BBB) is known color: Persian Pink. HEX triplet: DF, 6B and BB. RGB value is (223,107,187). Sum of RGB (Red+Green+Blue) = 223+107+187=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6BBB is #209444. Grayscale: #969696. Windows color (decimal): -2135109 or 12282847. OLE color: 12282847.

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

Color convert

RGB 223 107 187 -
CMYK 0 0.52 0.16 0.13
HSL 318.62º 0.64% 0.65% -
HSV(B) 318.62º 0.52% 0.87% -
XYZ 44.66 29.79 50.41 -
YUV 150.8 148.43 179.5 -
System Red Green Blue C M Y K H S L
Decimal 223 107 187 0 0.52 0.16 0.13 318.62 0.64 0.65
Hex DF 6B BB 0 34 10 D 13F 40 41
Octal 337 153 273 0 64 20 15 477 100 101
Binary 11011111 1101011 10111011 0 110100 10000 1101 100111111 1000000 1000001

Color Harmonies of #DF6BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6BBB

Black with #DF6BBB

Text Example


Text Example

White with #DF6BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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