Html Css Color HEX #D948DA Free Speech Magenta

📋 copy color: '#D948DA'

red 217 ◦ green 72 ◦ blue 218

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

Shades of Free Speech Magenta #D948DA

Tints of Free Speech Magenta #D948DA

RGB

 RED value IS 217 (85.16% from 255) = 42.8%

 GREEN value IS 72 (28.52% from 255) = 14.2%

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

R = 42.8%
G = 14.2%
B = 43%

CMYK

 C value IS 0.00

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D948DA (or 0xD948DA) is known color: Free Speech Magenta. HEX triplet: D9, 48 and DA. RGB value is (217,72,218). Sum of RGB (Red+Green+Blue) = 217+72+218=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 72 (28.52% from 255 or 14.20% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #D948DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D948DA is #26B725. Grayscale: #838383. Windows color (decimal): -2537254 or 14305497. OLE color: 14305497.

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

Color convert

RGB 217 72 218 -
CMYK 0.00 0.67 0 0.15
HSL 299.59º 0.66% 0.57% -
HSV(B) 299.59º 0.67% 0.85% -
XYZ 43.59 24.45 68.75 -
YUV 132 176.54 188.63 -
System Red Green Blue C M Y K H S L
Decimal 217 72 218 0.00 0.67 0 0.15 299.59 0.66 0.57
Hex D9 48 DA 0 43 0 F 12C 42 39
Octal 331 110 332 0 103 0 17 454 102 71
Binary 11011001 1001000 11011010 0 1000011 0 1111 100101100 1000010 111001

Color Harmonies of #D948DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948DA

Black with #D948DA

Text Example


Text Example

White with #D948DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948DA; }

 p { color: rgb(217,72,218); }

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

background-color css

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

 a { background-color: rgb(217,72,218); }

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

border-color css

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

 span { border-color: rgb(217,72,218); }

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