Html Css Color HEX #D14BBE Fuchsia

📋 copy color: '#D14BBE'

red 209 ◦ green 75 ◦ blue 190

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

Shades of Fuchsia #D14BBE

Tints of Fuchsia #D14BBE

RGB

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

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

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

R = 44.09%
G = 15.82%
B = 40.08%

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

#D14BBE (or 0xD14BBE) is known color: Fuchsia. HEX triplet: D1, 4B and BE. RGB value is (209,75,190). Sum of RGB (Red+Green+Blue) = 209+75+190=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D14BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14BBE is #2EB441. Grayscale: #7F7F7F. Windows color (decimal): -3060802 or 12471249. OLE color: 12471249.

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

Color convert

RGB 209 75 190 -
CMYK 0 0.64 0.09 0.18
HSL 308.51º 0.59% 0.56% -
HSV(B) 308.51º 0.64% 0.82% -
XYZ 38.1 22.31 51.01 -
YUV 128.18 162.89 185.65 -
System Red Green Blue C M Y K H S L
Decimal 209 75 190 0 0.64 0.09 0.18 308.51 0.59 0.56
Hex D1 4B BE 0 40 9 12 135 3B 38
Octal 321 113 276 0 100 11 22 465 73 70
Binary 11010001 1001011 10111110 0 1000000 1001 10010 100110101 111011 111000

Color Harmonies of #D14BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14BBE

Black with #D14BBE

Text Example


Text Example

White with #D14BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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