Html Css Color HEX #D44BEE Free Speech Magenta

📋 copy color: '#D44BEE'

red 212 ◦ green 75 ◦ blue 238

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

Shades of Free Speech Magenta #D44BEE

Tints of Free Speech Magenta #D44BEE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.29%

 BLUE value IS 238 (93.36% from 255) = 45.33%

R = 40.38%
G = 14.29%
B = 45.33%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D44BEE (or 0xD44BEE) is known color: Free Speech Magenta. HEX triplet: D4, 4B and EE. RGB value is (212,75,238). Sum of RGB (Red+Green+Blue) = 212+75+238=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 75 (29.69% from 255 or 14.29% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #D44BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D44BEE is #2BB411. Grayscale: #868686. Windows color (decimal): -2864146 or 15616980. OLE color: 15616980.

HSL color Cylindrical-coordinate representation of color #D44BEE: hue angle of 290.43º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D44BEE is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 75 238 -
CMYK 0.11 0.68 0 0.07
HSL 290.43º 0.83% 0.61% -
HSV(B) 290.43º 0.68% 0.93% -
XYZ 45.1 25.2 83.38 -
YUV 134.55 186.39 183.25 -
System Red Green Blue C M Y K H S L
Decimal 212 75 238 0.11 0.68 0 0.07 290.43 0.83 0.61
Hex D4 4B EE B 44 0 7 122 53 3D
Octal 324 113 356 13 104 0 7 442 123 75
Binary 11010100 1001011 11101110 1011 1000100 0 111 100100010 1010011 111101

Color Harmonies of #D44BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44BEE

Black with #D44BEE

Text Example


Text Example

White with #D44BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44BEE; }

 p { color: rgb(212,75,238); }

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

background-color css

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

 a { background-color: rgb(212,75,238); }

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

border-color css

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

 span { border-color: rgb(212,75,238); }

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