Html Css Color HEX #D74BEE Free Speech Magenta

📋 copy color: '#D74BEE'

red 215 ◦ green 75 ◦ blue 238

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

Shades of Free Speech Magenta #D74BEE

Tints of Free Speech Magenta #D74BEE

RGB

 RED value IS 215 (84.38% from 255) = 40.72%

 GREEN value IS 75 (29.69% from 255) = 14.2%

 BLUE value IS 238 (93.36% from 255) = 45.08%

R = 40.72%
G = 14.2%
B = 45.08%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D74BEE (or 0xD74BEE) is known color: Free Speech Magenta. HEX triplet: D7, 4B and EE. RGB value is (215,75,238). Sum of RGB (Red+Green+Blue) = 215+75+238=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 75 (29.69% from 255 or 14.20% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #D74BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D74BEE is #28B411. Grayscale: #868686. Windows color (decimal): -2667538 or 15616983. OLE color: 15616983.

HSL color Cylindrical-coordinate representation of color #D74BEE: hue angle of 291.53º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74BEE is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 75 238 -
CMYK 0.10 0.68 0 0.07
HSL 291.53º 0.83% 0.61% -
HSV(B) 291.53º 0.68% 0.93% -
XYZ 45.97 25.65 83.42 -
YUV 135.44 185.88 184.75 -
System Red Green Blue C M Y K H S L
Decimal 215 75 238 0.10 0.68 0 0.07 291.53 0.83 0.61
Hex D7 4B EE A 44 0 7 124 53 3D
Octal 327 113 356 12 104 0 7 444 123 75
Binary 11010111 1001011 11101110 1010 1000100 0 111 100100100 1010011 111101

Color Harmonies of #D74BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74BEE

Black with #D74BEE

Text Example


Text Example

White with #D74BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74BEE; }

 p { color: rgb(215,75,238); }

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

background-color css

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

 a { background-color: rgb(215,75,238); }

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

border-color css

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

 span { border-color: rgb(215,75,238); }

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