Html Css Color HEX #DF4BBE Free Speech Magenta

📋 copy color: '#DF4BBE'

red 223 ◦ green 75 ◦ blue 190

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

Shades of Free Speech Magenta #DF4BBE

Tints of Free Speech Magenta #DF4BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.37%

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 45.7%
G = 15.37%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF4BBE (or 0xDF4BBE) is known color: Free Speech Magenta. HEX triplet: DF, 4B and BE. RGB value is (223,75,190). Sum of RGB (Red+Green+Blue) = 223+75+190=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4BBE is #20B441. Grayscale: #848484. Windows color (decimal): -2143298 or 12471263. OLE color: 12471263.

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

Color convert

RGB 223 75 190 -
CMYK 0 0.66 0.15 0.13
HSL 313.38º 0.7% 0.58% -
HSV(B) 313.38º 0.66% 0.87% -
XYZ 42.24 24.44 51.21 -
YUV 132.36 160.53 192.65 -
System Red Green Blue C M Y K H S L
Decimal 223 75 190 0 0.66 0.15 0.13 313.38 0.7 0.58
Hex DF 4B BE 0 42 F D 139 46 3A
Octal 337 113 276 0 102 17 15 471 106 72
Binary 11011111 1001011 10111110 0 1000010 1111 1101 100111001 1000110 111010

Color Harmonies of #DF4BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4BBE

Black with #DF4BBE

Text Example


Text Example

White with #DF4BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4BBE; }

 p { color: rgb(223,75,190); }

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

background-color css

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

 a { background-color: rgb(223,75,190); }

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

border-color css

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

 span { border-color: rgb(223,75,190); }

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