Html Css Color HEX #D259DF Free Speech Magenta

📋 copy color: '#D259DF'

red 210 ◦ green 89 ◦ blue 223

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

Shades of Free Speech Magenta #D259DF

Tints of Free Speech Magenta #D259DF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.05%

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 40.23%
G = 17.05%
B = 42.72%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D259DF (or 0xD259DF) is known color: Free Speech Magenta. HEX triplet: D2, 59 and DF. RGB value is (210,89,223). Sum of RGB (Red+Green+Blue) = 210+89+223=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #D259DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259DF is #2DA620. Grayscale: #8C8C8C. Windows color (decimal): -2991649 or 14637522. OLE color: 14637522.

HSL color Cylindrical-coordinate representation of color #D259DF: hue angle of 294.18º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D259DF is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 89 223 -
CMYK 0.06 0.60 0 0.13
HSL 294.18º 0.68% 0.61% -
HSV(B) 294.18º 0.6% 0.87% -
XYZ 43.47 26.17 72.57 -
YUV 140.46 174.59 177.6 -
System Red Green Blue C M Y K H S L
Decimal 210 89 223 0.06 0.60 0 0.13 294.18 0.68 0.61
Hex D2 59 DF 6 3C 0 D 126 44 3D
Octal 322 131 337 6 74 0 15 446 104 75
Binary 11010010 1011001 11011111 110 111100 0 1101 100100110 1000100 111101

Color Harmonies of #D259DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D259DF

Black with #D259DF

Text Example


Text Example

White with #D259DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D259DF; }

 p { color: rgb(210,89,223); }

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

background-color css

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

 a { background-color: rgb(210,89,223); }

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

border-color css

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

 span { border-color: rgb(210,89,223); }

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