Html Css Color HEX #DF6BB1 Hot Pink

📋 copy color: '#DF6BB1'

red 223 ◦ green 107 ◦ blue 177

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

Shades of Hot Pink #DF6BB1

Tints of Hot Pink #DF6BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.91%

R = 43.98%
G = 21.1%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF6BB1 (or 0xDF6BB1) is known color: Hot Pink. HEX triplet: DF, 6B and B1. RGB value is (223,107,177). Sum of RGB (Red+Green+Blue) = 223+107+177=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6BB1 is #20944E. Grayscale: #959595. Windows color (decimal): -2135119 or 11627487. OLE color: 11627487.

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

Color convert

RGB 223 107 177 -
CMYK 0 0.52 0.21 0.13
HSL 323.79º 0.64% 0.65% -
HSV(B) 323.79º 0.52% 0.87% -
XYZ 43.62 29.38 44.97 -
YUV 149.66 143.43 180.31 -
System Red Green Blue C M Y K H S L
Decimal 223 107 177 0 0.52 0.21 0.13 323.79 0.64 0.65
Hex DF 6B B1 0 34 15 D 144 40 41
Octal 337 153 261 0 64 25 15 504 100 101
Binary 11011111 1101011 10110001 0 110100 10101 1101 101000100 1000000 1000001

Color Harmonies of #DF6BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6BB1

Black with #DF6BB1

Text Example


Text Example

White with #DF6BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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