Html Css Color HEX #D253E0 Free Speech Magenta

📋 copy color: '#D253E0'

red 210 ◦ green 83 ◦ blue 224

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

Shades of Free Speech Magenta #D253E0

Tints of Free Speech Magenta #D253E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.33%

R = 40.62%
G = 16.05%
B = 43.33%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D253E0 (or 0xD253E0) is known color: Free Speech Magenta. HEX triplet: D2, 53 and E0. RGB value is (210,83,224). Sum of RGB (Red+Green+Blue) = 210+83+224=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #D253E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253E0 is #2DAC1F. Grayscale: #888888. Windows color (decimal): -2993184 or 14701522. OLE color: 14701522.

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

Color convert

RGB 210 83 224 -
CMYK 0.06 0.63 0 0.12
HSL 294.04º 0.69% 0.6% -
HSV(B) 294.04º 0.63% 0.88% -
XYZ 43.13 25.27 73.13 -
YUV 137.05 177.08 180.04 -
System Red Green Blue C M Y K H S L
Decimal 210 83 224 0.06 0.63 0 0.12 294.04 0.69 0.6
Hex D2 53 E0 6 3F 0 C 126 45 3C
Octal 322 123 340 6 77 0 14 446 105 74
Binary 11010010 1010011 11100000 110 111111 0 1100 100100110 1000101 111100

Color Harmonies of #D253E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D253E0

Black with #D253E0

Text Example


Text Example

White with #D253E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D253E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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