Html Css Color HEX #D14BB8 Fuchsia

📋 copy color: '#D14BB8'

red 209 ◦ green 75 ◦ blue 184

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

Shades of Fuchsia #D14BB8

Tints of Fuchsia #D14BB8

RGB

 RED value IS 209 (82.03% from 255) = 44.66%

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

 BLUE value IS 184 (72.27% from 255) = 39.32%

R = 44.66%
G = 16.03%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D14BB8 (or 0xD14BB8) is known color: Fuchsia. HEX triplet: D1, 4B and B8. RGB value is (209,75,184). Sum of RGB (Red+Green+Blue) = 209+75+184=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D14BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14BB8 is #2EB447. Grayscale: #7F7F7F. Windows color (decimal): -3060808 or 12078033. OLE color: 12078033.

HSL color Cylindrical-coordinate representation of color #D14BB8: hue angle of 311.19º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14BB8 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 75 184 -
CMYK 0 0.64 0.12 0.18
HSL 311.19º 0.59% 0.56% -
HSV(B) 311.19º 0.64% 0.82% -
XYZ 37.46 22.05 47.63 -
YUV 127.49 159.89 186.14 -
System Red Green Blue C M Y K H S L
Decimal 209 75 184 0 0.64 0.12 0.18 311.19 0.59 0.56
Hex D1 4B B8 0 40 C 12 137 3B 38
Octal 321 113 270 0 100 14 22 467 73 70
Binary 11010001 1001011 10111000 0 1000000 1100 10010 100110111 111011 111000

Color Harmonies of #D14BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14BB8

Black with #D14BB8

Text Example


Text Example

White with #D14BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14BB8; }

 p { color: rgb(209,75,184); }

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

background-color css

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

 a { background-color: rgb(209,75,184); }

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

border-color css

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

 span { border-color: rgb(209,75,184); }

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