Html Css Color HEX #DF66BB Neon Pink

📋 copy color: '#DF66BB'

red 223 ◦ green 102 ◦ blue 187

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

Shades of Neon Pink #DF66BB

Tints of Neon Pink #DF66BB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.92%

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

R = 43.55%
G = 19.92%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF66BB (or 0xDF66BB) is known color: Neon Pink. HEX triplet: DF, 66 and BB. RGB value is (223,102,187). Sum of RGB (Red+Green+Blue) = 223+102+187=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66BB is #209944. Grayscale: #939393. Windows color (decimal): -2136389 or 12281567. OLE color: 12281567.

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

Color convert

RGB 223 102 187 -
CMYK 0 0.54 0.16 0.13
HSL 317.85º 0.65% 0.64% -
HSV(B) 317.85º 0.54% 0.87% -
XYZ 44.15 28.78 50.24 -
YUV 147.87 150.09 181.59 -
System Red Green Blue C M Y K H S L
Decimal 223 102 187 0 0.54 0.16 0.13 317.85 0.65 0.64
Hex DF 66 BB 0 36 10 D 13E 41 40
Octal 337 146 273 0 66 20 15 476 101 100
Binary 11011111 1100110 10111011 0 110110 10000 1101 100111110 1000001 1000000

Color Harmonies of #DF66BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF66BB

Black with #DF66BB

Text Example


Text Example

White with #DF66BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF66BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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