Html Css Color HEX #D746CA Free Speech Magenta

📋 copy color: '#D746CA'

red 215 ◦ green 70 ◦ blue 202

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

Shades of Free Speech Magenta #D746CA

Tints of Free Speech Magenta #D746CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.37%

 BLUE value IS 202 (79.3% from 255) = 41.48%

R = 44.15%
G = 14.37%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D746CA (or 0xD746CA) is known color: Free Speech Magenta. HEX triplet: D7, 46 and CA. RGB value is (215,70,202). Sum of RGB (Red+Green+Blue) = 215+70+202=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 70 (27.73% from 255 or 14.37% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D746CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D746CA is #28B935. Grayscale: #808080. Windows color (decimal): -2668854 or 13256407. OLE color: 13256407.

HSL color Cylindrical-coordinate representation of color #D746CA: hue angle of 305.38º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D746CA is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 70 202 -
CMYK 0 0.67 0.06 0.16
HSL 305.38º 0.64% 0.56% -
HSV(B) 305.38º 0.67% 0.84% -
XYZ 40.88 23.09 58.18 -
YUV 128.4 169.54 189.77 -
System Red Green Blue C M Y K H S L
Decimal 215 70 202 0 0.67 0.06 0.16 305.38 0.64 0.56
Hex D7 46 CA 0 43 6 10 131 40 38
Octal 327 106 312 0 103 6 20 461 100 70
Binary 11010111 1000110 11001010 0 1000011 110 10000 100110001 1000000 111000

Color Harmonies of #D746CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D746CA

Black with #D746CA

Text Example


Text Example

White with #D746CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D746CA; }

 p { color: rgb(215,70,202); }

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

background-color css

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

 a { background-color: rgb(215,70,202); }

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

border-color css

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

 span { border-color: rgb(215,70,202); }

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