Html Css Color HEX #D953CB Free Speech Magenta

📋 copy color: '#D953CB'

red 217 ◦ green 83 ◦ blue 203

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

Shades of Free Speech Magenta #D953CB

Tints of Free Speech Magenta #D953CB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.5%

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

R = 43.14%
G = 16.5%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D953CB (or 0xD953CB) is known color: Free Speech Magenta. HEX triplet: D9, 53 and CB. RGB value is (217,83,203). Sum of RGB (Red+Green+Blue) = 217+83+203=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D953CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D953CB is #26AC34. Grayscale: #888888. Windows color (decimal): -2534453 or 13325273. OLE color: 13325273.

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

Color convert

RGB 217 83 203 -
CMYK 0 0.62 0.06 0.15
HSL 306.27º 0.64% 0.59% -
HSV(B) 306.27º 0.62% 0.85% -
XYZ 42.49 25.25 59.13 -
YUV 136.75 165.39 185.24 -
System Red Green Blue C M Y K H S L
Decimal 217 83 203 0 0.62 0.06 0.15 306.27 0.64 0.59
Hex D9 53 CB 0 3E 6 F 132 40 3B
Octal 331 123 313 0 76 6 17 462 100 73
Binary 11011001 1010011 11001011 0 111110 110 1111 100110010 1000000 111011

Color Harmonies of #D953CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D953CB

Black with #D953CB

Text Example


Text Example

White with #D953CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D953CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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