Html Css Color HEX #D438E4 Free Speech Magenta

📋 copy color: '#D438E4'

red 212 ◦ green 56 ◦ blue 228

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

Shades of Free Speech Magenta #D438E4

Tints of Free Speech Magenta #D438E4

RGB

 RED value IS 212 (83.2% from 255) = 42.74%

 GREEN value IS 56 (22.27% from 255) = 11.29%

 BLUE value IS 228 (89.45% from 255) = 45.97%

R = 42.74%
G = 11.29%
B = 45.97%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D438E4 (or 0xD438E4) is known color: Free Speech Magenta. HEX triplet: D4, 38 and E4. RGB value is (212,56,228). Sum of RGB (Red+Green+Blue) = 212+56+228=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 56 (22.27% from 255 or 11.29% from 496); Blue value is 228 (89.45% from 255 or 45.97% from 496); Max value from RGB is 228 - color contains mainly: blue. Hex color #D438E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D438E4 is #2BC71B. Grayscale: #797979. Windows color (decimal): -2869020 or 14956756. OLE color: 14956756.

HSL color Cylindrical-coordinate representation of color #D438E4: hue angle of 294.42º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D438E4 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 56 228 -
CMYK 0.07 0.75 0 0.11
HSL 294.42º 0.76% 0.56% -
HSV(B) 294.42º 0.75% 0.89% -
XYZ 42.57 22.43 75.48 -
YUV 122.25 187.68 192.01 -
System Red Green Blue C M Y K H S L
Decimal 212 56 228 0.07 0.75 0 0.11 294.42 0.76 0.56
Hex D4 38 E4 7 4B 0 B 126 4C 38
Octal 324 70 344 7 113 0 13 446 114 70
Binary 11010100 111000 11100100 111 1001011 0 1011 100100110 1001100 111000

Color Harmonies of #D438E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D438E4

Black with #D438E4

Text Example


Text Example

White with #D438E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D438E4; }

 p { color: rgb(212,56,228); }

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

background-color css

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

 a { background-color: rgb(212,56,228); }

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

border-color css

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

 span { border-color: rgb(212,56,228); }

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