Html Css Color HEX #D44CCB Fuchsia

📋 copy color: '#D44CCB'

red 212 ◦ green 76 ◦ blue 203

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

Shades of Fuchsia #D44CCB

Tints of Fuchsia #D44CCB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.48%

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 43.18%
G = 15.48%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D44CCB (or 0xD44CCB) is known color: Fuchsia. HEX triplet: D4, 4C and CB. RGB value is (212,76,203). Sum of RGB (Red+Green+Blue) = 212+76+203=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D44CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44CCB is #2BB334. Grayscale: #828282. Windows color (decimal): -2863925 or 13323476. OLE color: 13323476.

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

Color convert

RGB 212 76 203 -
CMYK 0 0.64 0.04 0.17
HSL 303.97º 0.61% 0.56% -
HSV(B) 303.97º 0.64% 0.83% -
XYZ 40.52 23.48 58.9 -
YUV 131.14 168.56 185.67 -
System Red Green Blue C M Y K H S L
Decimal 212 76 203 0 0.64 0.04 0.17 303.97 0.61 0.56
Hex D4 4C CB 0 40 4 11 130 3D 38
Octal 324 114 313 0 100 4 21 460 75 70
Binary 11010100 1001100 11001011 0 1000000 100 10001 100110000 111101 111000

Color Harmonies of #D44CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44CCB

Black with #D44CCB

Text Example


Text Example

White with #D44CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44CCB; }

 p { color: rgb(212,76,203); }

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

background-color css

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

 a { background-color: rgb(212,76,203); }

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

border-color css

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

 span { border-color: rgb(212,76,203); }

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