Html Css Color HEX #D14CCB Fuchsia

📋 copy color: '#D14CCB'

red 209 ◦ green 76 ◦ blue 203

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

Shades of Fuchsia #D14CCB

Tints of Fuchsia #D14CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.6%

R = 42.83%
G = 15.57%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D14CCB (or 0xD14CCB) is known color: Fuchsia. HEX triplet: D1, 4C and CB. RGB value is (209,76,203). Sum of RGB (Red+Green+Blue) = 209+76+203=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CCB is #2EB334. Grayscale: #818181. Windows color (decimal): -3060533 or 13323473. OLE color: 13323473.

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

Color convert

RGB 209 76 203 -
CMYK 0 0.64 0.03 0.18
HSL 302.71º 0.59% 0.56% -
HSV(B) 302.71º 0.64% 0.82% -
XYZ 39.66 23.04 58.86 -
YUV 130.25 169.06 184.17 -
System Red Green Blue C M Y K H S L
Decimal 209 76 203 0 0.64 0.03 0.18 302.71 0.59 0.56
Hex D1 4C CB 0 40 3 12 12F 3B 38
Octal 321 114 313 0 100 3 22 457 73 70
Binary 11010001 1001100 11001011 0 1000000 11 10010 100101111 111011 111000

Color Harmonies of #D14CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CCB

Black with #D14CCB

Text Example


Text Example

White with #D14CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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