Html Css Color HEX #D248DD Free Speech Magenta

📋 copy color: '#D248DD'

red 210 ◦ green 72 ◦ blue 221

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

Shades of Free Speech Magenta #D248DD

Tints of Free Speech Magenta #D248DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 41.75%
G = 14.31%
B = 43.94%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D248DD (or 0xD248DD) is known color: Free Speech Magenta. HEX triplet: D2, 48 and DD. RGB value is (210,72,221). Sum of RGB (Red+Green+Blue) = 210+72+221=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #D248DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D248DD is #2DB722. Grayscale: #818181. Windows color (decimal): -2996003 or 14502098. OLE color: 14502098.

HSL color Cylindrical-coordinate representation of color #D248DD: hue angle of 295.57º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D248DD is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 72 221 -
CMYK 0.05 0.67 0 0.13
HSL 295.57º 0.69% 0.57% -
HSV(B) 295.57º 0.67% 0.87% -
XYZ 41.95 23.56 70.74 -
YUV 130.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 210 72 221 0.05 0.67 0 0.13 295.57 0.69 0.57
Hex D2 48 DD 5 43 0 D 128 45 39
Octal 322 110 335 5 103 0 15 450 105 71
Binary 11010010 1001000 11011101 101 1000011 0 1101 100101000 1000101 111001

Color Harmonies of #D248DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D248DD

Black with #D248DD

Text Example


Text Example

White with #D248DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D248DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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