Html Css Color HEX #DF62BB Free Speech Magenta

📋 copy color: '#DF62BB'

red 223 ◦ green 98 ◦ blue 187

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

Shades of Free Speech Magenta #DF62BB

Tints of Free Speech Magenta #DF62BB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.29%

 BLUE value IS 187 (73.44% from 255) = 36.81%

R = 43.9%
G = 19.29%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF62BB (or 0xDF62BB) is known color: Free Speech Magenta. HEX triplet: DF, 62 and BB. RGB value is (223,98,187). Sum of RGB (Red+Green+Blue) = 223+98+187=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF62BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF62BB is #209D44. Grayscale: #919191. Windows color (decimal): -2137413 or 12280543. OLE color: 12280543.

HSL color Cylindrical-coordinate representation of color #DF62BB: hue angle of 317.28º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF62BB is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 98 187 -
CMYK 0 0.56 0.16 0.13
HSL 317.28º 0.66% 0.63% -
HSV(B) 317.28º 0.56% 0.87% -
XYZ 43.77 28.01 50.11 -
YUV 145.52 151.41 183.26 -
System Red Green Blue C M Y K H S L
Decimal 223 98 187 0 0.56 0.16 0.13 317.28 0.66 0.63
Hex DF 62 BB 0 38 10 D 13D 42 3F
Octal 337 142 273 0 70 20 15 475 102 77
Binary 11011111 1100010 10111011 0 111000 10000 1101 100111101 1000010 111111

Color Harmonies of #DF62BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF62BB

Black with #DF62BB

Text Example


Text Example

White with #DF62BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF62BB; }

 p { color: rgb(223,98,187); }

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

background-color css

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

 a { background-color: rgb(223,98,187); }

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

border-color css

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

 span { border-color: rgb(223,98,187); }

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