Html Css Color HEX #D444F1 Free Speech Magenta

📋 copy color: '#D444F1'

red 212 ◦ green 68 ◦ blue 241

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

Shades of Free Speech Magenta #D444F1

Tints of Free Speech Magenta #D444F1

RGB

 RED value IS 212 (83.2% from 255) = 40.69%

 GREEN value IS 68 (26.95% from 255) = 13.05%

 BLUE value IS 241 (94.53% from 255) = 46.26%

R = 40.69%
G = 13.05%
B = 46.26%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D444F1 (or 0xD444F1) is known color: Free Speech Magenta. HEX triplet: D4, 44 and F1. RGB value is (212,68,241). Sum of RGB (Red+Green+Blue) = 212+68+241=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 68 (26.95% from 255 or 13.05% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #D444F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D444F1 is #2BBB0E. Grayscale: #828282. Windows color (decimal): -2865935 or 15811796. OLE color: 15811796.

HSL color Cylindrical-coordinate representation of color #D444F1: hue angle of 289.94º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D444F1 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 68 241 -
CMYK 0.12 0.72 0 0.05
HSL 289.94º 0.86% 0.61% -
HSV(B) 289.94º 0.72% 0.95% -
XYZ 45.1 24.48 85.57 -
YUV 130.78 190.21 185.93 -
System Red Green Blue C M Y K H S L
Decimal 212 68 241 0.12 0.72 0 0.05 289.94 0.86 0.61
Hex D4 44 F1 C 48 0 5 122 56 3D
Octal 324 104 361 14 110 0 5 442 126 75
Binary 11010100 1000100 11110001 1100 1001000 0 101 100100010 1010110 111101

Color Harmonies of #D444F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D444F1

Black with #D444F1

Text Example


Text Example

White with #D444F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D444F1; }

 p { color: rgb(212,68,241); }

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

background-color css

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

 a { background-color: rgb(212,68,241); }

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

border-color css

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

 span { border-color: rgb(212,68,241); }

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