Html Css Color HEX #D444BC Fuchsia

📋 copy color: '#D444BC'

red 212 ◦ green 68 ◦ blue 188

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

Shades of Fuchsia #D444BC

Tints of Fuchsia #D444BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 45.3%
G = 14.53%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D444BC (or 0xD444BC) is known color: Fuchsia. HEX triplet: D4, 44 and BC. RGB value is (212,68,188). Sum of RGB (Red+Green+Blue) = 212+68+188=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D444BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D444BC is #2BBB43. Grayscale: #7C7C7C. Windows color (decimal): -2865988 or 12338388. OLE color: 12338388.

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

Color convert

RGB 212 68 188 -
CMYK 0 0.68 0.11 0.17
HSL 310º 0.63% 0.55% -
HSV(B) 310º 0.68% 0.83% -
XYZ 38.3 21.76 49.76 -
YUV 124.74 163.71 190.24 -
System Red Green Blue C M Y K H S L
Decimal 212 68 188 0 0.68 0.11 0.17 310 0.63 0.55
Hex D4 44 BC 0 44 B 11 136 3F 37
Octal 324 104 274 0 104 13 21 466 77 67
Binary 11010100 1000100 10111100 0 1000100 1011 10001 100110110 111111 110111

Color Harmonies of #D444BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D444BC

Black with #D444BC

Text Example


Text Example

White with #D444BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D444BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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