Html Css Color HEX #DF69B5 Hot Pink

📋 copy color: '#DF69B5'

red 223 ◦ green 105 ◦ blue 181

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

Shades of Hot Pink #DF69B5

Tints of Hot Pink #DF69B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.56%

R = 43.81%
G = 20.63%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF69B5 (or 0xDF69B5) is known color: Hot Pink. HEX triplet: DF, 69 and B5. RGB value is (223,105,181). Sum of RGB (Red+Green+Blue) = 223+105+181=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF69B5 is #20964A. Grayscale: #949494. Windows color (decimal): -2135627 or 11889119. OLE color: 11889119.

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

Color convert

RGB 223 105 181 -
CMYK 0 0.53 0.19 0.13
HSL 321.36º 0.65% 0.64% -
HSV(B) 321.36º 0.53% 0.87% -
XYZ 43.82 29.13 47.03 -
YUV 148.95 146.09 180.82 -
System Red Green Blue C M Y K H S L
Decimal 223 105 181 0 0.53 0.19 0.13 321.36 0.65 0.64
Hex DF 69 B5 0 35 13 D 141 41 40
Octal 337 151 265 0 65 23 15 501 101 100
Binary 11011111 1101001 10110101 0 110101 10011 1101 101000001 1000001 1000000

Color Harmonies of #DF69B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF69B5

Black with #DF69B5

Text Example


Text Example

White with #DF69B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF69B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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