Html Css Color HEX #DF47CD Free Speech Magenta

📋 copy color: '#DF47CD'

red 223 ◦ green 71 ◦ blue 205

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

Shades of Free Speech Magenta #DF47CD

Tints of Free Speech Magenta #DF47CD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.23%

 BLUE value IS 205 (80.47% from 255) = 41.08%

R = 44.69%
G = 14.23%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF47CD (or 0xDF47CD) is known color: Free Speech Magenta. HEX triplet: DF, 47 and CD. RGB value is (223,71,205). Sum of RGB (Red+Green+Blue) = 223+71+205=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 71 (28.12% from 255 or 14.23% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47CD is #20B832. Grayscale: #838383. Windows color (decimal): -2144307 or 13453279. OLE color: 13453279.

HSL color Cylindrical-coordinate representation of color #DF47CD: hue angle of 307.11º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF47CD is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 71 205 -
CMYK 0 0.68 0.08 0.13
HSL 307.11º 0.7% 0.58% -
HSV(B) 307.11º 0.68% 0.87% -
XYZ 43.7 24.6 60.2 -
YUV 131.72 169.36 193.1 -
System Red Green Blue C M Y K H S L
Decimal 223 71 205 0 0.68 0.08 0.13 307.11 0.7 0.58
Hex DF 47 CD 0 44 8 D 133 46 3A
Octal 337 107 315 0 104 10 15 463 106 72
Binary 11011111 1000111 11001101 0 1000100 1000 1101 100110011 1000110 111010

Color Harmonies of #DF47CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF47CD

Black with #DF47CD

Text Example


Text Example

White with #DF47CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF47CD; }

 p { color: rgb(223,71,205); }

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

background-color css

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

 a { background-color: rgb(223,71,205); }

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

border-color css

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

 span { border-color: rgb(223,71,205); }

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