Html Css Color HEX #D14CBF Fuchsia

📋 copy color: '#D14CBF'

red 209 ◦ green 76 ◦ blue 191

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

Shades of Fuchsia #D14CBF

Tints of Fuchsia #D14CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.13%

R = 43.91%
G = 15.97%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D14CBF (or 0xD14CBF) is known color: Fuchsia. HEX triplet: D1, 4C and BF. RGB value is (209,76,191). Sum of RGB (Red+Green+Blue) = 209+76+191=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CBF is #2EB340. Grayscale: #808080. Windows color (decimal): -3060545 or 12537041. OLE color: 12537041.

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

Color convert

RGB 209 76 191 -
CMYK 0 0.64 0.09 0.18
HSL 308.12º 0.59% 0.56% -
HSV(B) 308.12º 0.64% 0.82% -
XYZ 38.28 22.49 51.61 -
YUV 128.88 163.06 185.15 -
System Red Green Blue C M Y K H S L
Decimal 209 76 191 0 0.64 0.09 0.18 308.12 0.59 0.56
Hex D1 4C BF 0 40 9 12 134 3B 38
Octal 321 114 277 0 100 11 22 464 73 70
Binary 11010001 1001100 10111111 0 1000000 1001 10010 100110100 111011 111000

Color Harmonies of #D14CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CBF

Black with #D14CBF

Text Example


Text Example

White with #D14CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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