Html Css Color HEX #D35FCE Free Speech Magenta

📋 copy color: '#D35FCE'

red 211 ◦ green 95 ◦ blue 206

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

Shades of Free Speech Magenta #D35FCE

Tints of Free Speech Magenta #D35FCE

RGB

 RED value IS 211 (82.81% from 255) = 41.21%

 GREEN value IS 95 (37.5% from 255) = 18.55%

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 41.21%
G = 18.55%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D35FCE (or 0xD35FCE) is known color: Free Speech Magenta. HEX triplet: D3, 5F and CE. RGB value is (211,95,206). Sum of RGB (Red+Green+Blue) = 211+95+206=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D35FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35FCE is #2CA031. Grayscale: #8E8E8E. Windows color (decimal): -2924594 or 13524947. OLE color: 13524947.

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

Color convert

RGB 211 95 206 -
CMYK 0 0.55 0.02 0.17
HSL 302.59º 0.57% 0.6% -
HSV(B) 302.59º 0.55% 0.83% -
XYZ 42.1 26.49 61.29 -
YUV 142.34 163.93 176.97 -
System Red Green Blue C M Y K H S L
Decimal 211 95 206 0 0.55 0.02 0.17 302.59 0.57 0.6
Hex D3 5F CE 0 37 2 11 12F 39 3C
Octal 323 137 316 0 67 2 21 457 71 74
Binary 11010011 1011111 11001110 0 110111 10 10001 100101111 111001 111100

Color Harmonies of #D35FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35FCE

Black with #D35FCE

Text Example


Text Example

White with #D35FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35FCE; }

 p { color: rgb(211,95,206); }

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

background-color css

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

 a { background-color: rgb(211,95,206); }

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

border-color css

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

 span { border-color: rgb(211,95,206); }

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