Html Css Color HEX #D954CB Free Speech Magenta

📋 copy color: '#D954CB'

red 217 ◦ green 84 ◦ blue 203

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

Shades of Free Speech Magenta #D954CB

Tints of Free Speech Magenta #D954CB

RGB

 RED value IS 217 (85.16% from 255) = 43.06%

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

 BLUE value IS 203 (79.69% from 255) = 40.28%

R = 43.06%
G = 16.67%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D954CB (or 0xD954CB) is known color: Free Speech Magenta. HEX triplet: D9, 54 and CB. RGB value is (217,84,203). Sum of RGB (Red+Green+Blue) = 217+84+203=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D954CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D954CB is #26AB34. Grayscale: #888888. Windows color (decimal): -2534197 or 13325529. OLE color: 13325529.

HSL color Cylindrical-coordinate representation of color #D954CB: hue angle of 306.32º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D954CB is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 84 203 -
CMYK 0 0.61 0.06 0.15
HSL 306.32º 0.64% 0.59% -
HSV(B) 306.32º 0.61% 0.85% -
XYZ 42.57 25.4 59.16 -
YUV 137.33 165.06 184.82 -
System Red Green Blue C M Y K H S L
Decimal 217 84 203 0 0.61 0.06 0.15 306.32 0.64 0.59
Hex D9 54 CB 0 3D 6 F 132 40 3B
Octal 331 124 313 0 75 6 17 462 100 73
Binary 11011001 1010100 11001011 0 111101 110 1111 100110010 1000000 111011

Color Harmonies of #D954CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D954CB

Black with #D954CB

Text Example


Text Example

White with #D954CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D954CB; }

 p { color: rgb(217,84,203); }

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

background-color css

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

 a { background-color: rgb(217,84,203); }

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

border-color css

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

 span { border-color: rgb(217,84,203); }

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