Html Css Color HEX #D738E0 Free Speech Magenta

📋 copy color: '#D738E0'

red 215 ◦ green 56 ◦ blue 224

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

Shades of Free Speech Magenta #D738E0

Tints of Free Speech Magenta #D738E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.25%

R = 43.43%
G = 11.31%
B = 45.25%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D738E0 (or 0xD738E0) is known color: Free Speech Magenta. HEX triplet: D7, 38 and E0. RGB value is (215,56,224). Sum of RGB (Red+Green+Blue) = 215+56+224=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 56 (22.27% from 255 or 11.31% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #D738E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D738E0 is #28C71F. Grayscale: #7A7A7A. Windows color (decimal): -2672416 or 14694615. OLE color: 14694615.

HSL color Cylindrical-coordinate representation of color #D738E0: hue angle of 296.79º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D738E0 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 56 224 -
CMYK 0.04 0.75 0 0.12
HSL 296.79º 0.73% 0.55% -
HSV(B) 296.79º 0.75% 0.88% -
XYZ 42.89 22.66 72.63 -
YUV 122.69 185.18 193.84 -
System Red Green Blue C M Y K H S L
Decimal 215 56 224 0.04 0.75 0 0.12 296.79 0.73 0.55
Hex D7 38 E0 4 4B 0 C 129 49 37
Octal 327 70 340 4 113 0 14 451 111 67
Binary 11010111 111000 11100000 100 1001011 0 1100 100101001 1001001 110111

Color Harmonies of #D738E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D738E0

Black with #D738E0

Text Example


Text Example

White with #D738E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D738E0; }

 p { color: rgb(215,56,224); }

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

background-color css

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

 a { background-color: rgb(215,56,224); }

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

border-color css

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

 span { border-color: rgb(215,56,224); }

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