Html Css Color HEX #D14CBE Fuchsia

📋 copy color: '#D14CBE'

red 209 ◦ green 76 ◦ blue 190

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

Shades of Fuchsia #D14CBE

Tints of Fuchsia #D14CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40%

R = 44%
G = 16%
B = 40%

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

#D14CBE (or 0xD14CBE) is known color: Fuchsia. HEX triplet: D1, 4C and BE. RGB value is (209,76,190). Sum of RGB (Red+Green+Blue) = 209+76+190=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CBE is #2EB341. Grayscale: #808080. Windows color (decimal): -3060546 or 12471505. OLE color: 12471505.

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

Color convert

RGB 209 76 190 -
CMYK 0 0.64 0.09 0.18
HSL 308.57º 0.59% 0.56% -
HSV(B) 308.57º 0.64% 0.82% -
XYZ 38.17 22.44 51.03 -
YUV 128.76 162.56 185.23 -
System Red Green Blue C M Y K H S L
Decimal 209 76 190 0 0.64 0.09 0.18 308.57 0.59 0.56
Hex D1 4C BE 0 40 9 12 135 3B 38
Octal 321 114 276 0 100 11 22 465 73 70
Binary 11010001 1001100 10111110 0 1000000 1001 10010 100110101 111011 111000

Color Harmonies of #D14CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CBE

Black with #D14CBE

Text Example


Text Example

White with #D14CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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