Html Css Color HEX #DF6BAE Hot Pink

📋 copy color: '#DF6BAE'

red 223 ◦ green 107 ◦ blue 174

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

Shades of Hot Pink #DF6BAE

Tints of Hot Pink #DF6BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.52%

R = 44.25%
G = 21.23%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF6BAE (or 0xDF6BAE) is known color: Hot Pink. HEX triplet: DF, 6B and AE. RGB value is (223,107,174). Sum of RGB (Red+Green+Blue) = 223+107+174=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6BAE is #209451. Grayscale: #959595. Windows color (decimal): -2135122 or 11430879. OLE color: 11430879.

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

Color convert

RGB 223 107 174 -
CMYK 0 0.52 0.22 0.13
HSL 325.34º 0.64% 0.65% -
HSV(B) 325.34º 0.52% 0.87% -
XYZ 43.33 29.26 43.41 -
YUV 149.32 141.93 180.55 -
System Red Green Blue C M Y K H S L
Decimal 223 107 174 0 0.52 0.22 0.13 325.34 0.64 0.65
Hex DF 6B AE 0 34 16 D 145 40 41
Octal 337 153 256 0 64 26 15 505 100 101
Binary 11011111 1101011 10101110 0 110100 10110 1101 101000101 1000000 1000001

Color Harmonies of #DF6BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6BAE

Black with #DF6BAE

Text Example


Text Example

White with #DF6BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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