Html Css Color HEX #D42CBB Fuchsia

📋 copy color: '#D42CBB'

red 212 ◦ green 44 ◦ blue 187

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

Shades of Fuchsia #D42CBB

Tints of Fuchsia #D42CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.93%

 BLUE value IS 187 (73.44% from 255) = 42.21%

R = 47.86%
G = 9.93%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D42CBB (or 0xD42CBB) is known color: Fuchsia. HEX triplet: D4, 2C and BB. RGB value is (212,44,187). Sum of RGB (Red+Green+Blue) = 212+44+187=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D42CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42CBB is #2BD344. Grayscale: #6E6E6E. Windows color (decimal): -2872133 or 12266708. OLE color: 12266708.

HSL color Cylindrical-coordinate representation of color #D42CBB: hue angle of 308.93º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42CBB is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 44 187 -
CMYK 0 0.79 0.12 0.17
HSL 308.93º 0.66% 0.5% -
HSV(B) 308.93º 0.79% 0.83% -
XYZ 37.02 19.39 48.8 -
YUV 110.53 171.16 200.37 -
System Red Green Blue C M Y K H S L
Decimal 212 44 187 0 0.79 0.12 0.17 308.93 0.66 0.5
Hex D4 2C BB 0 4F C 11 135 42 32
Octal 324 54 273 0 117 14 21 465 102 62
Binary 11010100 101100 10111011 0 1001111 1100 10001 100110101 1000010 110010

Color Harmonies of #D42CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42CBB

Black with #D42CBB

Text Example


Text Example

White with #D42CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42CBB; }

 p { color: rgb(212,44,187); }

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

background-color css

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

 a { background-color: rgb(212,44,187); }

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

border-color css

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

 span { border-color: rgb(212,44,187); }

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