Html Css Color HEX #D053D4 Free Speech Magenta

📋 copy color: '#D053D4'

red 208 ◦ green 83 ◦ blue 212

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

Shades of Free Speech Magenta #D053D4

Tints of Free Speech Magenta #D053D4

RGB

 RED value IS 208 (81.64% from 255) = 41.35%

 GREEN value IS 83 (32.81% from 255) = 16.5%

 BLUE value IS 212 (83.2% from 255) = 42.15%

R = 41.35%
G = 16.5%
B = 42.15%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D053D4 (or 0xD053D4) is known color: Free Speech Magenta. HEX triplet: D0, 53 and D4. RGB value is (208,83,212). Sum of RGB (Red+Green+Blue) = 208+83+212=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #D053D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D053D4 is #2FAC2B. Grayscale: #868686. Windows color (decimal): -3124268 or 13915088. OLE color: 13915088.

HSL color Cylindrical-coordinate representation of color #D053D4: hue angle of 298.14º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D053D4 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 83 212 -
CMYK 0.02 0.61 0 0.17
HSL 298.14º 0.6% 0.58% -
HSV(B) 298.14º 0.61% 0.83% -
XYZ 40.99 24.35 64.83 -
YUV 135.08 171.41 180.01 -
System Red Green Blue C M Y K H S L
Decimal 208 83 212 0.02 0.61 0 0.17 298.14 0.6 0.58
Hex D0 53 D4 2 3D 0 11 12A 3C 3A
Octal 320 123 324 2 75 0 21 452 74 72
Binary 11010000 1010011 11010100 10 111101 0 10001 100101010 111100 111010

Color Harmonies of #D053D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D053D4

Black with #D053D4

Text Example


Text Example

White with #D053D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D053D4; }

 p { color: rgb(208,83,212); }

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

background-color css

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

 a { background-color: rgb(208,83,212); }

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

border-color css

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

 span { border-color: rgb(208,83,212); }

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