Html Css Color HEX #DF60BD Free Speech Magenta

📋 copy color: '#DF60BD'

red 223 ◦ green 96 ◦ blue 189

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

Shades of Free Speech Magenta #DF60BD

Tints of Free Speech Magenta #DF60BD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.9%

 BLUE value IS 189 (74.22% from 255) = 37.2%

R = 43.9%
G = 18.9%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF60BD (or 0xDF60BD) is known color: Free Speech Magenta. HEX triplet: DF, 60 and BD. RGB value is (223,96,189). Sum of RGB (Red+Green+Blue) = 223+96+189=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF60BD is #209F42. Grayscale: #909090. Windows color (decimal): -2137923 or 12411103. OLE color: 12411103.

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

Color convert

RGB 223 96 189 -
CMYK 0 0.57 0.15 0.13
HSL 316.06º 0.66% 0.63% -
HSV(B) 316.06º 0.57% 0.87% -
XYZ 43.8 27.73 51.19 -
YUV 144.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 223 96 189 0 0.57 0.15 0.13 316.06 0.66 0.63
Hex DF 60 BD 0 39 F D 13C 42 3F
Octal 337 140 275 0 71 17 15 474 102 77
Binary 11011111 1100000 10111101 0 111001 1111 1101 100111100 1000010 111111

Color Harmonies of #DF60BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF60BD

Black with #DF60BD

Text Example


Text Example

White with #DF60BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF60BD; }

 p { color: rgb(223,96,189); }

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

background-color css

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

 a { background-color: rgb(223,96,189); }

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

border-color css

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

 span { border-color: rgb(223,96,189); }

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