Html Css Color HEX #DF52CC Free Speech Magenta

📋 copy color: '#DF52CC'

red 223 ◦ green 82 ◦ blue 204

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

Shades of Free Speech Magenta #DF52CC

Tints of Free Speech Magenta #DF52CC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.11%

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 43.81%
G = 16.11%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF52CC (or 0xDF52CC) is known color: Free Speech Magenta. HEX triplet: DF, 52 and CC. RGB value is (223,82,204). Sum of RGB (Red+Green+Blue) = 223+82+204=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 82 (32.42% from 255 or 16.11% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF52CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF52CC is #20AD33. Grayscale: #898989. Windows color (decimal): -2141492 or 13390559. OLE color: 13390559.

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

Color convert

RGB 223 82 204 -
CMYK 0 0.63 0.09 0.13
HSL 308.09º 0.69% 0.6% -
HSV(B) 308.09º 0.63% 0.87% -
XYZ 44.35 26.08 59.82 -
YUV 138.07 165.21 188.58 -
System Red Green Blue C M Y K H S L
Decimal 223 82 204 0 0.63 0.09 0.13 308.09 0.69 0.6
Hex DF 52 CC 0 3F 9 D 134 45 3C
Octal 337 122 314 0 77 11 15 464 105 74
Binary 11011111 1010010 11001100 0 111111 1001 1101 100110100 1000101 111100

Color Harmonies of #DF52CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF52CC

Black with #DF52CC

Text Example


Text Example

White with #DF52CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF52CC; }

 p { color: rgb(223,82,204); }

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

background-color css

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

 a { background-color: rgb(223,82,204); }

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

border-color css

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

 span { border-color: rgb(223,82,204); }

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