Html Css Color HEX #D44BBE Fuchsia

📋 copy color: '#D44BBE'

red 212 ◦ green 75 ◦ blue 190

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

Shades of Fuchsia #D44BBE

Tints of Fuchsia #D44BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 44.44%
G = 15.72%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D44BBE (or 0xD44BBE) is known color: Fuchsia. HEX triplet: D4, 4B and BE. RGB value is (212,75,190). Sum of RGB (Red+Green+Blue) = 212+75+190=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D44BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44BBE is #2BB441. Grayscale: #808080. Windows color (decimal): -2864194 or 12471252. OLE color: 12471252.

HSL color Cylindrical-coordinate representation of color #D44BBE: hue angle of 309.64º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44BBE is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 75 190 -
CMYK 0 0.65 0.10 0.17
HSL 309.64º 0.61% 0.56% -
HSV(B) 309.64º 0.65% 0.83% -
XYZ 38.96 22.75 51.05 -
YUV 129.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 212 75 190 0 0.65 0.10 0.17 309.64 0.61 0.56
Hex D4 4B BE 0 41 A 11 136 3D 38
Octal 324 113 276 0 101 12 21 466 75 70
Binary 11010100 1001011 10111110 0 1000001 1010 10001 100110110 111101 111000

Color Harmonies of #D44BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44BBE

Black with #D44BBE

Text Example


Text Example

White with #D44BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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