Html Css Color HEX #DF68BA Neon Pink

📋 copy color: '#DF68BA'

red 223 ◦ green 104 ◦ blue 186

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

Shades of Neon Pink #DF68BA

Tints of Neon Pink #DF68BA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.27%

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

R = 43.47%
G = 20.27%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF68BA (or 0xDF68BA) is known color: Neon Pink. HEX triplet: DF, 68 and BA. RGB value is (223,104,186). Sum of RGB (Red+Green+Blue) = 223+104+186=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68BA is #209745. Grayscale: #949494. Windows color (decimal): -2135878 or 12216543. OLE color: 12216543.

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

Color convert

RGB 223 104 186 -
CMYK 0 0.53 0.17 0.13
HSL 318.66º 0.65% 0.64% -
HSV(B) 318.66º 0.53% 0.87% -
XYZ 44.24 29.13 49.75 -
YUV 148.93 148.92 180.83 -
System Red Green Blue C M Y K H S L
Decimal 223 104 186 0 0.53 0.17 0.13 318.66 0.65 0.64
Hex DF 68 BA 0 35 11 D 13F 41 40
Octal 337 150 272 0 65 21 15 477 101 100
Binary 11011111 1101000 10111010 0 110101 10001 1101 100111111 1000001 1000000

Color Harmonies of #DF68BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF68BA

Black with #DF68BA

Text Example


Text Example

White with #DF68BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF68BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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