Html Css Color HEX #DF69B3 Hot Pink

📋 copy color: '#DF69B3'

red 223 ◦ green 105 ◦ blue 179

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

Shades of Hot Pink #DF69B3

Tints of Hot Pink #DF69B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.31%

R = 43.98%
G = 20.71%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF69B3 (or 0xDF69B3) is known color: Hot Pink. HEX triplet: DF, 69 and B3. RGB value is (223,105,179). Sum of RGB (Red+Green+Blue) = 223+105+179=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF69B3 is #20964C. Grayscale: #949494. Windows color (decimal): -2135629 or 11758047. OLE color: 11758047.

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

Color convert

RGB 223 105 179 -
CMYK 0 0.53 0.20 0.13
HSL 322.37º 0.65% 0.64% -
HSV(B) 322.37º 0.53% 0.87% -
XYZ 43.62 29.05 45.96 -
YUV 148.72 145.09 180.98 -
System Red Green Blue C M Y K H S L
Decimal 223 105 179 0 0.53 0.20 0.13 322.37 0.65 0.64
Hex DF 69 B3 0 35 14 D 142 41 40
Octal 337 151 263 0 65 24 15 502 101 100
Binary 11011111 1101001 10110011 0 110101 10100 1101 101000010 1000001 1000000

Color Harmonies of #DF69B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF69B3

Black with #DF69B3

Text Example


Text Example

White with #DF69B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF69B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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