Html Css Color HEX #D253D7 Free Speech Magenta

📋 copy color: '#D253D7'

red 210 ◦ green 83 ◦ blue 215

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

Shades of Free Speech Magenta #D253D7

Tints of Free Speech Magenta #D253D7

RGB

 RED value IS 210 (82.42% from 255) = 41.34%

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

 BLUE value IS 215 (84.38% from 255) = 42.32%

R = 41.34%
G = 16.34%
B = 42.32%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D253D7 (or 0xD253D7) is known color: Free Speech Magenta. HEX triplet: D2, 53 and D7. RGB value is (210,83,215). Sum of RGB (Red+Green+Blue) = 210+83+215=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #D253D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253D7 is #2DAC28. Grayscale: #878787. Windows color (decimal): -2993193 or 14111698. OLE color: 14111698.

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

Color convert

RGB 210 83 215 -
CMYK 0.02 0.61 0 0.16
HSL 297.73º 0.62% 0.58% -
HSV(B) 297.73º 0.61% 0.84% -
XYZ 41.94 24.79 66.87 -
YUV 136.02 172.58 180.77 -
System Red Green Blue C M Y K H S L
Decimal 210 83 215 0.02 0.61 0 0.16 297.73 0.62 0.58
Hex D2 53 D7 2 3D 0 10 12A 3E 3A
Octal 322 123 327 2 75 0 20 452 76 72
Binary 11010010 1010011 11010111 10 111101 0 10000 100101010 111110 111010

Color Harmonies of #D253D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D253D7

Black with #D253D7

Text Example


Text Example

White with #D253D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D253D7; }

 p { color: rgb(210,83,215); }

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

background-color css

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

 a { background-color: rgb(210,83,215); }

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

border-color css

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

 span { border-color: rgb(210,83,215); }

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