Html Css Color HEX #D643BB Fuchsia

📋 copy color: '#D643BB'

red 214 ◦ green 67 ◦ blue 187

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

Shades of Fuchsia #D643BB

Tints of Fuchsia #D643BB

RGB

 RED value IS 214 (83.98% from 255) = 45.73%

 GREEN value IS 67 (26.56% from 255) = 14.32%

 BLUE value IS 187 (73.44% from 255) = 39.96%

R = 45.73%
G = 14.32%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D643BB (or 0xD643BB) is known color: Fuchsia. HEX triplet: D6, 43 and BB. RGB value is (214,67,187). Sum of RGB (Red+Green+Blue) = 214+67+187=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 67 (26.56% from 255 or 14.32% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D643BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D643BB is #29BC44. Grayscale: #7C7C7C. Windows color (decimal): -2735173 or 12272598. OLE color: 12272598.

HSL color Cylindrical-coordinate representation of color #D643BB: hue angle of 311.02º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D643BB is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 67 187 -
CMYK 0 0.69 0.13 0.16
HSL 311.02º 0.64% 0.55% -
HSV(B) 311.02º 0.69% 0.84% -
XYZ 38.71 21.9 49.2 -
YUV 124.63 163.2 191.74 -
System Red Green Blue C M Y K H S L
Decimal 214 67 187 0 0.69 0.13 0.16 311.02 0.64 0.55
Hex D6 43 BB 0 45 D 10 137 40 37
Octal 326 103 273 0 105 15 20 467 100 67
Binary 11010110 1000011 10111011 0 1000101 1101 10000 100110111 1000000 110111

Color Harmonies of #D643BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D643BB

Black with #D643BB

Text Example


Text Example

White with #D643BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D643BB; }

 p { color: rgb(214,67,187); }

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

background-color css

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

 a { background-color: rgb(214,67,187); }

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

border-color css

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

 span { border-color: rgb(214,67,187); }

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