Html Css Color HEX #D253DA Free Speech Magenta

📋 copy color: '#D253DA'

red 210 ◦ green 83 ◦ blue 218

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

Shades of Free Speech Magenta #D253DA

Tints of Free Speech Magenta #D253DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 41.1%
G = 16.24%
B = 42.66%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D253DA (or 0xD253DA) is known color: Free Speech Magenta. HEX triplet: D2, 53 and DA. RGB value is (210,83,218). Sum of RGB (Red+Green+Blue) = 210+83+218=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #D253DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253DA is #2DAC25. Grayscale: #878787. Windows color (decimal): -2993190 or 14308306. OLE color: 14308306.

HSL color Cylindrical-coordinate representation of color #D253DA: hue angle of 296.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D253DA is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 83 218 -
CMYK 0.04 0.62 0 0.15
HSL 296.44º 0.65% 0.59% -
HSV(B) 296.44º 0.62% 0.85% -
XYZ 42.33 24.95 68.91 -
YUV 136.36 174.08 180.52 -
System Red Green Blue C M Y K H S L
Decimal 210 83 218 0.04 0.62 0 0.15 296.44 0.65 0.59
Hex D2 53 DA 4 3E 0 F 128 41 3B
Octal 322 123 332 4 76 0 17 450 101 73
Binary 11010010 1010011 11011010 100 111110 0 1111 100101000 1000001 111011

Color Harmonies of #D253DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D253DA

Black with #D253DA

Text Example


Text Example

White with #D253DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D253DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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