Html Css Color HEX #D255D4 Free Speech Magenta

📋 copy color: '#D255D4'

red 210 ◦ green 85 ◦ blue 212

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

Shades of Free Speech Magenta #D255D4

Tints of Free Speech Magenta #D255D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.81%

R = 41.42%
G = 16.77%
B = 41.81%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D255D4 (or 0xD255D4) is known color: Free Speech Magenta. HEX triplet: D2, 55 and D4. RGB value is (210,85,212). Sum of RGB (Red+Green+Blue) = 210+85+212=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 212 - color contains mainly: blue. Hex color #D255D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255D4 is #2DAA2B. Grayscale: #888888. Windows color (decimal): -2992684 or 13915602. OLE color: 13915602.

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

Color convert

RGB 210 85 212 -
CMYK 0.01 0.60 0 0.17
HSL 299.06º 0.6% 0.58% -
HSV(B) 299.06º 0.6% 0.83% -
XYZ 41.71 24.95 64.91 -
YUV 136.85 170.41 180.17 -
System Red Green Blue C M Y K H S L
Decimal 210 85 212 0.01 0.60 0 0.17 299.06 0.6 0.58
Hex D2 55 D4 1 3C 0 11 12B 3C 3A
Octal 322 125 324 1 74 0 21 453 74 72
Binary 11010010 1010101 11010100 1 111100 0 10001 100101011 111100 111010

Color Harmonies of #D255D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255D4

Black with #D255D4

Text Example


Text Example

White with #D255D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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