Html Css Color HEX #D552D1 Free Speech Magenta

📋 copy color: '#D552D1'

red 213 ◦ green 82 ◦ blue 209

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

Shades of Free Speech Magenta #D552D1

Tints of Free Speech Magenta #D552D1

RGB

 RED value IS 213 (83.59% from 255) = 42.26%

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

 BLUE value IS 209 (82.03% from 255) = 41.47%

R = 42.26%
G = 16.27%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D552D1 (or 0xD552D1) is known color: Free Speech Magenta. HEX triplet: D5, 52 and D1. RGB value is (213,82,209). Sum of RGB (Red+Green+Blue) = 213+82+209=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D552D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552D1 is #2AAD2E. Grayscale: #878787. Windows color (decimal): -2796847 or 13718229. OLE color: 13718229.

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

Color convert

RGB 213 82 209 -
CMYK 0 0.62 0.02 0.16
HSL 301.83º 0.61% 0.58% -
HSV(B) 301.83º 0.62% 0.84% -
XYZ 41.97 24.78 62.89 -
YUV 135.65 169.4 183.17 -
System Red Green Blue C M Y K H S L
Decimal 213 82 209 0 0.62 0.02 0.16 301.83 0.61 0.58
Hex D5 52 D1 0 3E 2 10 12E 3D 3A
Octal 325 122 321 0 76 2 20 456 75 72
Binary 11010101 1010010 11010001 0 111110 10 10000 100101110 111101 111010

Color Harmonies of #D552D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D552D1

Black with #D552D1

Text Example


Text Example

White with #D552D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D552D1; }

 p { color: rgb(213,82,209); }

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

background-color css

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

 a { background-color: rgb(213,82,209); }

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

border-color css

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

 span { border-color: rgb(213,82,209); }

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