Html Css Color HEX #D74CEB Free Speech Magenta

📋 copy color: '#D74CEB'

red 215 ◦ green 76 ◦ blue 235

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

Shades of Free Speech Magenta #D74CEB

Tints of Free Speech Magenta #D74CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.45%

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 40.87%
G = 14.45%
B = 44.68%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D74CEB (or 0xD74CEB) is known color: Free Speech Magenta. HEX triplet: D7, 4C and EB. RGB value is (215,76,235). Sum of RGB (Red+Green+Blue) = 215+76+235=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 76 (30.08% from 255 or 14.45% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #D74CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D74CEB is #28B314. Grayscale: #878787. Windows color (decimal): -2667285 or 15420631. OLE color: 15420631.

HSL color Cylindrical-coordinate representation of color #D74CEB: hue angle of 292.45º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74CEB is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 76 235 -
CMYK 0.09 0.68 0 0.08
HSL 292.45º 0.8% 0.61% -
HSV(B) 292.45º 0.68% 0.92% -
XYZ 45.6 25.61 81.14 -
YUV 135.69 184.05 184.57 -
System Red Green Blue C M Y K H S L
Decimal 215 76 235 0.09 0.68 0 0.08 292.45 0.8 0.61
Hex D7 4C EB 9 44 0 8 124 50 3D
Octal 327 114 353 11 104 0 10 444 120 75
Binary 11010111 1001100 11101011 1001 1000100 0 1000 100100100 1010000 111101

Color Harmonies of #D74CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CEB

Black with #D74CEB

Text Example


Text Example

White with #D74CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CEB; }

 p { color: rgb(215,76,235); }

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

background-color css

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

 a { background-color: rgb(215,76,235); }

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

border-color css

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

 span { border-color: rgb(215,76,235); }

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