Html Css Color HEX #D738DC Free Speech Magenta

📋 copy color: '#D738DC'

red 215 ◦ green 56 ◦ blue 220

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

Shades of Free Speech Magenta #D738DC

Tints of Free Speech Magenta #D738DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 43.79%
G = 11.41%
B = 44.81%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D738DC (or 0xD738DC) is known color: Free Speech Magenta. HEX triplet: D7, 38 and DC. RGB value is (215,56,220). Sum of RGB (Red+Green+Blue) = 215+56+220=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 56 (22.27% from 255 or 11.41% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #D738DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D738DC is #28C723. Grayscale: #797979. Windows color (decimal): -2672420 or 14432471. OLE color: 14432471.

HSL color Cylindrical-coordinate representation of color #D738DC: hue angle of 298.17º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D738DC is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 56 220 -
CMYK 0.02 0.75 0 0.14
HSL 298.17º 0.7% 0.54% -
HSV(B) 298.17º 0.75% 0.86% -
XYZ 42.36 22.44 69.81 -
YUV 122.24 183.18 194.16 -
System Red Green Blue C M Y K H S L
Decimal 215 56 220 0.02 0.75 0 0.14 298.17 0.7 0.54
Hex D7 38 DC 2 4B 0 E 12A 46 36
Octal 327 70 334 2 113 0 16 452 106 66
Binary 11010111 111000 11011100 10 1001011 0 1110 100101010 1000110 110110

Color Harmonies of #D738DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D738DC

Black with #D738DC

Text Example


Text Example

White with #D738DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D738DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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