Html Css Color HEX #D14CBD Fuchsia

📋 copy color: '#D14CBD'

red 209 ◦ green 76 ◦ blue 189

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

Shades of Fuchsia #D14CBD

Tints of Fuchsia #D14CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.87%

R = 44.09%
G = 16.03%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D14CBD (or 0xD14CBD) is known color: Fuchsia. HEX triplet: D1, 4C and BD. RGB value is (209,76,189). Sum of RGB (Red+Green+Blue) = 209+76+189=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CBD is #2EB342. Grayscale: #808080. Windows color (decimal): -3060547 or 12405969. OLE color: 12405969.

HSL color Cylindrical-coordinate representation of color #D14CBD: hue angle of 309.02º 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 #D14CBD is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 76 189 -
CMYK 0 0.64 0.10 0.18
HSL 309.02º 0.59% 0.56% -
HSV(B) 309.02º 0.64% 0.82% -
XYZ 38.06 22.4 50.46 -
YUV 128.65 162.06 185.31 -
System Red Green Blue C M Y K H S L
Decimal 209 76 189 0 0.64 0.10 0.18 309.02 0.59 0.56
Hex D1 4C BD 0 40 A 12 135 3B 38
Octal 321 114 275 0 100 12 22 465 73 70
Binary 11010001 1001100 10111101 0 1000000 1010 10010 100110101 111011 111000

Color Harmonies of #D14CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CBD

Black with #D14CBD

Text Example


Text Example

White with #D14CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CBD; }

 p { color: rgb(209,76,189); }

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

background-color css

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

 a { background-color: rgb(209,76,189); }

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

border-color css

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

 span { border-color: rgb(209,76,189); }

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