Html Css Color HEX #D65BE1 Free Speech Magenta

📋 copy color: '#D65BE1'

red 214 ◦ green 91 ◦ blue 225

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

Shades of Free Speech Magenta #D65BE1

Tints of Free Speech Magenta #D65BE1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.17%

 BLUE value IS 225 (88.28% from 255) = 42.45%

R = 40.38%
G = 17.17%
B = 42.45%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D65BE1 (or 0xD65BE1) is known color: Free Speech Magenta. HEX triplet: D6, 5B and E1. RGB value is (214,91,225). Sum of RGB (Red+Green+Blue) = 214+91+225=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 91 (35.94% from 255 or 17.17% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #D65BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65BE1 is #29A41E. Grayscale: #8E8E8E. Windows color (decimal): -2728991 or 14769110. OLE color: 14769110.

HSL color Cylindrical-coordinate representation of color #D65BE1: hue angle of 295.07º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65BE1 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 91 225 -
CMYK 0.05 0.60 0 0.12
HSL 295.07º 0.69% 0.62% -
HSV(B) 295.07º 0.6% 0.88% -
XYZ 45.06 27.21 74.11 -
YUV 143.05 174.25 178.6 -
System Red Green Blue C M Y K H S L
Decimal 214 91 225 0.05 0.60 0 0.12 295.07 0.69 0.62
Hex D6 5B E1 5 3C 0 C 127 45 3E
Octal 326 133 341 5 74 0 14 447 105 76
Binary 11010110 1011011 11100001 101 111100 0 1100 100100111 1000101 111110

Color Harmonies of #D65BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65BE1

Black with #D65BE1

Text Example


Text Example

White with #D65BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65BE1; }

 p { color: rgb(214,91,225); }

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

background-color css

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

 a { background-color: rgb(214,91,225); }

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

border-color css

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

 span { border-color: rgb(214,91,225); }

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