Html Css Color HEX #DF4CBD Free Speech Magenta

📋 copy color: '#DF4CBD'

red 223 ◦ green 76 ◦ blue 189

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

Shades of Free Speech Magenta #DF4CBD

Tints of Free Speech Magenta #DF4CBD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.57%

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

R = 45.7%
G = 15.57%
B = 38.73%

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

#DF4CBD (or 0xDF4CBD) is known color: Free Speech Magenta. HEX triplet: DF, 4C and BD. RGB value is (223,76,189). Sum of RGB (Red+Green+Blue) = 223+76+189=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4CBD is #20B342. Grayscale: #848484. Windows color (decimal): -2143043 or 12405983. OLE color: 12405983.

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

Color convert

RGB 223 76 189 -
CMYK 0 0.66 0.15 0.13
HSL 313.88º 0.7% 0.59% -
HSV(B) 313.88º 0.66% 0.87% -
XYZ 42.2 24.53 50.65 -
YUV 132.84 159.7 192.31 -
System Red Green Blue C M Y K H S L
Decimal 223 76 189 0 0.66 0.15 0.13 313.88 0.7 0.59
Hex DF 4C BD 0 42 F D 13A 46 3B
Octal 337 114 275 0 102 17 15 472 106 73
Binary 11011111 1001100 10111101 0 1000010 1111 1101 100111010 1000110 111011

Color Harmonies of #DF4CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4CBD

Black with #DF4CBD

Text Example


Text Example

White with #DF4CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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