Html Css Color HEX #D655E6 Free Speech Magenta

📋 copy color: '#D655E6'

red 214 ◦ green 85 ◦ blue 230

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

Shades of Free Speech Magenta #D655E6

Tints of Free Speech Magenta #D655E6

RGB

 RED value IS 214 (83.98% from 255) = 40.45%

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

 BLUE value IS 230 (90.23% from 255) = 43.48%

R = 40.45%
G = 16.07%
B = 43.48%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D655E6 (or 0xD655E6) is known color: Free Speech Magenta. HEX triplet: D6, 55 and E6. RGB value is (214,85,230). Sum of RGB (Red+Green+Blue) = 214+85+230=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #D655E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D655E6 is #29AA19. Grayscale: #8B8B8B. Windows color (decimal): -2730522 or 15095254. OLE color: 15095254.

HSL color Cylindrical-coordinate representation of color #D655E6: hue angle of 293.38º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D655E6 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 85 230 -
CMYK 0.07 0.63 0 0.10
HSL 293.38º 0.74% 0.62% -
HSV(B) 293.38º 0.63% 0.9% -
XYZ 45.26 26.51 77.59 -
YUV 140.1 178.74 180.71 -
System Red Green Blue C M Y K H S L
Decimal 214 85 230 0.07 0.63 0 0.10 293.38 0.74 0.62
Hex D6 55 E6 7 3F 0 A 125 4A 3E
Octal 326 125 346 7 77 0 12 445 112 76
Binary 11010110 1010101 11100110 111 111111 0 1010 100100101 1001010 111110

Color Harmonies of #D655E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655E6

Black with #D655E6

Text Example


Text Example

White with #D655E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655E6; }

 p { color: rgb(214,85,230); }

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

background-color css

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

 a { background-color: rgb(214,85,230); }

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

border-color css

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

 span { border-color: rgb(214,85,230); }

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