Html Css Color HEX #D742D8 Free Speech Magenta

📋 copy color: '#D742D8'

red 215 ◦ green 66 ◦ blue 216

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

Shades of Free Speech Magenta #D742D8

Tints of Free Speech Magenta #D742D8

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.28%

 BLUE value IS 216 (84.77% from 255) = 43.46%

R = 43.26%
G = 13.28%
B = 43.46%

CMYK

 C value IS 0.00

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D742D8 (or 0xD742D8) is known color: Free Speech Magenta. HEX triplet: D7, 42 and D8. RGB value is (215,66,216). Sum of RGB (Red+Green+Blue) = 215+66+216=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #D742D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D742D8 is #28BD27. Grayscale: #7F7F7F. Windows color (decimal): -2669864 or 14172887. OLE color: 14172887.

HSL color Cylindrical-coordinate representation of color #D742D8: hue angle of 299.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D742D8 is Cyan = 0.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 66 216 -
CMYK 0.00 0.69 0 0.15
HSL 299.6º 0.66% 0.55% -
HSV(B) 299.6º 0.69% 0.85% -
XYZ 42.37 23.3 67.23 -
YUV 127.65 177.86 190.3 -
System Red Green Blue C M Y K H S L
Decimal 215 66 216 0.00 0.69 0 0.15 299.6 0.66 0.55
Hex D7 42 D8 0 45 0 F 12C 42 37
Octal 327 102 330 0 105 0 17 454 102 67
Binary 11010111 1000010 11011000 0 1000101 0 1111 100101100 1000010 110111

Color Harmonies of #D742D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D742D8

Black with #D742D8

Text Example


Text Example

White with #D742D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D742D8; }

 p { color: rgb(215,66,216); }

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

background-color css

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

 a { background-color: rgb(215,66,216); }

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

border-color css

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

 span { border-color: rgb(215,66,216); }

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