Html Css Color HEX #DF69B0 Hot Pink

📋 copy color: '#DF69B0'

red 223 ◦ green 105 ◦ blue 176

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

Shades of Hot Pink #DF69B0

Tints of Hot Pink #DF69B0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.83%

 BLUE value IS 176 (69.14% from 255) = 34.92%

R = 44.25%
G = 20.83%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF69B0 (or 0xDF69B0) is known color: Hot Pink. HEX triplet: DF, 69 and B0. RGB value is (223,105,176). Sum of RGB (Red+Green+Blue) = 223+105+176=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF69B0 is #20964F. Grayscale: #949494. Windows color (decimal): -2135632 or 11561439. OLE color: 11561439.

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

Color convert

RGB 223 105 176 -
CMYK 0 0.53 0.21 0.13
HSL 323.9º 0.65% 0.64% -
HSV(B) 323.9º 0.53% 0.87% -
XYZ 43.32 28.93 44.37 -
YUV 148.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 223 105 176 0 0.53 0.21 0.13 323.9 0.65 0.64
Hex DF 69 B0 0 35 15 D 144 41 40
Octal 337 151 260 0 65 25 15 504 101 100
Binary 11011111 1101001 10110000 0 110101 10101 1101 101000100 1000001 1000000

Color Harmonies of #DF69B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF69B0

Black with #DF69B0

Text Example


Text Example

White with #DF69B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF69B0; }

 p { color: rgb(223,105,176); }

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

background-color css

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

 a { background-color: rgb(223,105,176); }

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

border-color css

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

 span { border-color: rgb(223,105,176); }

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