Html Css Color HEX #D34CBD Fuchsia

📋 copy color: '#D34CBD'

red 211 ◦ green 76 ◦ blue 189

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

Shades of Fuchsia #D34CBD

Tints of Fuchsia #D34CBD

RGB

 RED value IS 211 (82.81% from 255) = 44.33%

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

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

R = 44.33%
G = 15.97%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D34CBD (or 0xD34CBD) is known color: Fuchsia. HEX triplet: D3, 4C and BD. RGB value is (211,76,189). Sum of RGB (Red+Green+Blue) = 211+76+189=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 211 - color contains mainly: red. Hex color #D34CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34CBD is #2CB342. Grayscale: #808080. Windows color (decimal): -2929475 or 12405971. OLE color: 12405971.

HSL color Cylindrical-coordinate representation of color #D34CBD: hue angle of 309.78º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34CBD is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 76 189 -
CMYK 0 0.64 0.10 0.17
HSL 309.78º 0.61% 0.56% -
HSV(B) 309.78º 0.64% 0.83% -
XYZ 38.63 22.69 50.49 -
YUV 129.25 161.73 186.31 -
System Red Green Blue C M Y K H S L
Decimal 211 76 189 0 0.64 0.10 0.17 309.78 0.61 0.56
Hex D3 4C BD 0 40 A 11 136 3D 38
Octal 323 114 275 0 100 12 21 466 75 70
Binary 11010011 1001100 10111101 0 1000000 1010 10001 100110110 111101 111000

Color Harmonies of #D34CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34CBD

Black with #D34CBD

Text Example


Text Example

White with #D34CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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