Html Css Color HEX #D737DA Free Speech Magenta

📋 copy color: '#D737DA'

red 215 ◦ green 55 ◦ blue 218

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

Shades of Free Speech Magenta #D737DA

Tints of Free Speech Magenta #D737DA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.27%

 BLUE value IS 218 (85.55% from 255) = 44.67%

R = 44.06%
G = 11.27%
B = 44.67%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D737DA (or 0xD737DA) is known color: Free Speech Magenta. HEX triplet: D7, 37 and DA. RGB value is (215,55,218). Sum of RGB (Red+Green+Blue) = 215+55+218=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 55 (21.88% from 255 or 11.27% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #D737DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D737DA is #28C825. Grayscale: #787878. Windows color (decimal): -2672678 or 14301143. OLE color: 14301143.

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

Color convert

RGB 215 55 218 -
CMYK 0.01 0.75 0 0.15
HSL 298.9º 0.69% 0.54% -
HSV(B) 298.9º 0.75% 0.85% -
XYZ 42.05 22.24 68.41 -
YUV 121.42 182.51 194.75 -
System Red Green Blue C M Y K H S L
Decimal 215 55 218 0.01 0.75 0 0.15 298.9 0.69 0.54
Hex D7 37 DA 1 4B 0 F 12B 45 36
Octal 327 67 332 1 113 0 17 453 105 66
Binary 11010111 110111 11011010 1 1001011 0 1111 100101011 1000101 110110

Color Harmonies of #D737DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D737DA

Black with #D737DA

Text Example


Text Example

White with #D737DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D737DA; }

 p { color: rgb(215,55,218); }

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

background-color css

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

 a { background-color: rgb(215,55,218); }

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

border-color css

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

 span { border-color: rgb(215,55,218); }

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