Html Css Color HEX #D739D4 Free Speech Magenta

📋 copy color: '#D739D4'

red 215 ◦ green 57 ◦ blue 212

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

Shades of Free Speech Magenta #D739D4

Tints of Free Speech Magenta #D739D4

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.78%

 BLUE value IS 212 (83.2% from 255) = 43.8%

R = 44.42%
G = 11.78%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D739D4 (or 0xD739D4) is known color: Free Speech Magenta. HEX triplet: D7, 39 and D4. RGB value is (215,57,212). Sum of RGB (Red+Green+Blue) = 215+57+212=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 57 (22.66% from 255 or 11.78% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D739D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D739D4 is #28C62B. Grayscale: #797979. Windows color (decimal): -2672172 or 13908439. OLE color: 13908439.

HSL color Cylindrical-coordinate representation of color #D739D4: hue angle of 301.14º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D739D4 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 57 212 -
CMYK 0 0.73 0.01 0.16
HSL 301.14º 0.66% 0.53% -
HSV(B) 301.14º 0.73% 0.84% -
XYZ 41.37 22.13 64.38 -
YUV 121.91 178.85 194.4 -
System Red Green Blue C M Y K H S L
Decimal 215 57 212 0 0.73 0.01 0.16 301.14 0.66 0.53
Hex D7 39 D4 0 49 1 10 12D 42 35
Octal 327 71 324 0 111 1 20 455 102 65
Binary 11010111 111001 11010100 0 1001001 1 10000 100101101 1000010 110101

Color Harmonies of #D739D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D739D4

Black with #D739D4

Text Example


Text Example

White with #D739D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D739D4; }

 p { color: rgb(215,57,212); }

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

background-color css

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

 a { background-color: rgb(215,57,212); }

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

border-color css

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

 span { border-color: rgb(215,57,212); }

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