Html Css Color HEX #D254DB Free Speech Magenta

📋 copy color: '#D254DB'

red 210 ◦ green 84 ◦ blue 219

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

Shades of Free Speech Magenta #D254DB

Tints of Free Speech Magenta #D254DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.37%

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 40.94%
G = 16.37%
B = 42.69%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D254DB (or 0xD254DB) is known color: Free Speech Magenta. HEX triplet: D2, 54 and DB. RGB value is (210,84,219). Sum of RGB (Red+Green+Blue) = 210+84+219=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 84 (33.20% from 255 or 16.37% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #D254DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D254DB is #2DAB24. Grayscale: #888888. Windows color (decimal): -2992933 or 14374098. OLE color: 14374098.

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

Color convert

RGB 210 84 219 -
CMYK 0.04 0.62 0 0.14
HSL 296º 0.65% 0.59% -
HSV(B) 296º 0.62% 0.86% -
XYZ 42.53 25.16 69.63 -
YUV 137.06 174.24 180.02 -
System Red Green Blue C M Y K H S L
Decimal 210 84 219 0.04 0.62 0 0.14 296 0.65 0.59
Hex D2 54 DB 4 3E 0 E 128 41 3B
Octal 322 124 333 4 76 0 16 450 101 73
Binary 11010010 1010100 11011011 100 111110 0 1110 100101000 1000001 111011

Color Harmonies of #D254DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D254DB

Black with #D254DB

Text Example


Text Example

White with #D254DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D254DB; }

 p { color: rgb(210,84,219); }

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

background-color css

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

 a { background-color: rgb(210,84,219); }

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

border-color css

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

 span { border-color: rgb(210,84,219); }

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