Html Css Color HEX #DF63CB Free Speech Magenta

📋 copy color: '#DF63CB'

red 223 ◦ green 99 ◦ blue 203

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

Shades of Free Speech Magenta #DF63CB

Tints of Free Speech Magenta #DF63CB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.86%

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 42.48%
G = 18.86%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF63CB (or 0xDF63CB) is known color: Free Speech Magenta. HEX triplet: DF, 63 and CB. RGB value is (223,99,203). Sum of RGB (Red+Green+Blue) = 223+99+203=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63CB is #209C34. Grayscale: #939393. Windows color (decimal): -2137141 or 13329375. OLE color: 13329375.

HSL color Cylindrical-coordinate representation of color #DF63CB: hue angle of 309.68º 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 #DF63CB is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 99 203 -
CMYK 0 0.56 0.09 0.13
HSL 309.68º 0.66% 0.63% -
HSV(B) 309.68º 0.56% 0.87% -
XYZ 45.67 28.92 59.68 -
YUV 147.93 159.08 181.54 -
System Red Green Blue C M Y K H S L
Decimal 223 99 203 0 0.56 0.09 0.13 309.68 0.66 0.63
Hex DF 63 CB 0 38 9 D 136 42 3F
Octal 337 143 313 0 70 11 15 466 102 77
Binary 11011111 1100011 11001011 0 111000 1001 1101 100110110 1000010 111111

Color Harmonies of #DF63CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF63CB

Black with #DF63CB

Text Example


Text Example

White with #DF63CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF63CB; }

 p { color: rgb(223,99,203); }

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

background-color css

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

 a { background-color: rgb(223,99,203); }

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

border-color css

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

 span { border-color: rgb(223,99,203); }

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