Html Css Color HEX #D742D3 Free Speech Magenta

📋 copy color: '#D742D3'

red 215 ◦ green 66 ◦ blue 211

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

Shades of Free Speech Magenta #D742D3

Tints of Free Speech Magenta #D742D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.89%

R = 43.7%
G = 13.41%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D742D3 (or 0xD742D3) is known color: Free Speech Magenta. HEX triplet: D7, 42 and D3. RGB value is (215,66,211). Sum of RGB (Red+Green+Blue) = 215+66+211=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 211 (82.81% from 255 or 42.89% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D742D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D742D3 is #28BD2C. Grayscale: #7E7E7E. Windows color (decimal): -2669869 or 13845207. OLE color: 13845207.

HSL color Cylindrical-coordinate representation of color #D742D3: hue angle of 301.61º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D742D3 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 66 211 -
CMYK 0 0.69 0.02 0.16
HSL 301.61º 0.65% 0.55% -
HSV(B) 301.61º 0.69% 0.84% -
XYZ 41.73 23.05 63.88 -
YUV 127.08 175.36 190.71 -
System Red Green Blue C M Y K H S L
Decimal 215 66 211 0 0.69 0.02 0.16 301.61 0.65 0.55
Hex D7 42 D3 0 45 2 10 12E 41 37
Octal 327 102 323 0 105 2 20 456 101 67
Binary 11010111 1000010 11010011 0 1000101 10 10000 100101110 1000001 110111

Color Harmonies of #D742D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D742D3

Black with #D742D3

Text Example


Text Example

White with #D742D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D742D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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