Html Css Color HEX #D248DA Free Speech Magenta

📋 copy color: '#D248DA'

red 210 ◦ green 72 ◦ blue 218

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

Shades of Free Speech Magenta #D248DA

Tints of Free Speech Magenta #D248DA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.4%

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

R = 42%
G = 14.4%
B = 43.6%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D248DA (or 0xD248DA) is known color: Free Speech Magenta. HEX triplet: D2, 48 and DA. RGB value is (210,72,218). Sum of RGB (Red+Green+Blue) = 210+72+218=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #D248DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D248DA is #2DB725. Grayscale: #818181. Windows color (decimal): -2996006 or 14305490. OLE color: 14305490.

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

Color convert

RGB 210 72 218 -
CMYK 0.04 0.67 0 0.15
HSL 296.71º 0.66% 0.57% -
HSV(B) 296.71º 0.67% 0.85% -
XYZ 41.55 23.4 68.66 -
YUV 129.91 177.72 185.13 -
System Red Green Blue C M Y K H S L
Decimal 210 72 218 0.04 0.67 0 0.15 296.71 0.66 0.57
Hex D2 48 DA 4 43 0 F 129 42 39
Octal 322 110 332 4 103 0 17 451 102 71
Binary 11010010 1001000 11011010 100 1000011 0 1111 100101001 1000010 111001

Color Harmonies of #D248DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D248DA

Black with #D248DA

Text Example


Text Example

White with #D248DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D248DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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