Html Css Color HEX #D259CF Free Speech Magenta

📋 copy color: '#D259CF'

red 210 ◦ green 89 ◦ blue 207

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

Shades of Free Speech Magenta #D259CF

Tints of Free Speech Magenta #D259CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 41.5%
G = 17.59%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D259CF (or 0xD259CF) is known color: Free Speech Magenta. HEX triplet: D2, 59 and CF. RGB value is (210,89,207). Sum of RGB (Red+Green+Blue) = 210+89+207=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D259CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259CF is #2DA630. Grayscale: #8A8A8A. Windows color (decimal): -2991665 or 13588946. OLE color: 13588946.

HSL color Cylindrical-coordinate representation of color #D259CF: hue angle of 301.49º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D259CF is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 89 207 -
CMYK 0 0.58 0.01 0.18
HSL 301.49º 0.57% 0.59% -
HSV(B) 301.49º 0.58% 0.82% -
XYZ 41.41 25.35 61.74 -
YUV 138.63 166.59 178.91 -
System Red Green Blue C M Y K H S L
Decimal 210 89 207 0 0.58 0.01 0.18 301.49 0.57 0.59
Hex D2 59 CF 0 3A 1 12 12D 39 3B
Octal 322 131 317 0 72 1 22 455 71 73
Binary 11010010 1011001 11001111 0 111010 1 10010 100101101 111001 111011

Color Harmonies of #D259CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D259CF

Black with #D259CF

Text Example


Text Example

White with #D259CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D259CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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