Html Css Color HEX #D255CF Free Speech Magenta

📋 copy color: '#D255CF'

red 210 ◦ green 85 ◦ blue 207

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

Shades of Free Speech Magenta #D255CF

Tints of Free Speech Magenta #D255CF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.93%

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

R = 41.83%
G = 16.93%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D255CF (or 0xD255CF) is known color: Free Speech Magenta. HEX triplet: D2, 55 and CF. RGB value is (210,85,207). Sum of RGB (Red+Green+Blue) = 210+85+207=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D255CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255CF is #2DAA30. Grayscale: #878787. Windows color (decimal): -2992689 or 13587922. OLE color: 13587922.

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

Color convert

RGB 210 85 207 -
CMYK 0 0.60 0.01 0.18
HSL 301.44º 0.58% 0.58% -
HSV(B) 301.44º 0.6% 0.82% -
XYZ 41.09 24.7 61.63 -
YUV 136.28 167.91 180.58 -
System Red Green Blue C M Y K H S L
Decimal 210 85 207 0 0.60 0.01 0.18 301.44 0.58 0.58
Hex D2 55 CF 0 3C 1 12 12D 3A 3A
Octal 322 125 317 0 74 1 22 455 72 72
Binary 11010010 1010101 11001111 0 111100 1 10010 100101101 111010 111010

Color Harmonies of #D255CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255CF

Black with #D255CF

Text Example


Text Example

White with #D255CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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