Html Css Color HEX #D054D4 Free Speech Magenta

📋 copy color: '#D054D4'

red 208 ◦ green 84 ◦ blue 212

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

Shades of Free Speech Magenta #D054D4

Tints of Free Speech Magenta #D054D4

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.67%

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

R = 41.27%
G = 16.67%
B = 42.06%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D054D4 (or 0xD054D4) is known color: Free Speech Magenta. HEX triplet: D0, 54 and D4. RGB value is (208,84,212). Sum of RGB (Red+Green+Blue) = 208+84+212=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: blue. Hex color #D054D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D054D4 is #2FAB2B. Grayscale: #878787. Windows color (decimal): -3124012 or 13915344. OLE color: 13915344.

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

Color convert

RGB 208 84 212 -
CMYK 0.02 0.60 0 0.17
HSL 298.13º 0.6% 0.58% -
HSV(B) 298.13º 0.6% 0.83% -
XYZ 41.07 24.5 64.85 -
YUV 135.67 171.08 179.59 -
System Red Green Blue C M Y K H S L
Decimal 208 84 212 0.02 0.60 0 0.17 298.13 0.6 0.58
Hex D0 54 D4 2 3C 0 11 12A 3C 3A
Octal 320 124 324 2 74 0 21 452 74 72
Binary 11010000 1010100 11010100 10 111100 0 10001 100101010 111100 111010

Color Harmonies of #D054D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D054D4

Black with #D054D4

Text Example


Text Example

White with #D054D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D054D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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