Html Css Color HEX #D645B9 Fuchsia

📋 copy color: '#D645B9'

red 214 ◦ green 69 ◦ blue 185

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

Shades of Fuchsia #D645B9

Tints of Fuchsia #D645B9

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.74%

 BLUE value IS 185 (72.66% from 255) = 39.53%

R = 45.73%
G = 14.74%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D645B9 (or 0xD645B9) is known color: Fuchsia. HEX triplet: D6, 45 and B9. RGB value is (214,69,185). Sum of RGB (Red+Green+Blue) = 214+69+185=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D645B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D645B9 is #29BA46. Grayscale: #7D7D7D. Windows color (decimal): -2734663 or 12142038. OLE color: 12142038.

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

Color convert

RGB 214 69 185 -
CMYK 0 0.68 0.14 0.16
HSL 312º 0.64% 0.55% -
HSV(B) 312º 0.68% 0.84% -
XYZ 38.62 22.06 48.12 -
YUV 125.58 161.54 191.07 -
System Red Green Blue C M Y K H S L
Decimal 214 69 185 0 0.68 0.14 0.16 312 0.64 0.55
Hex D6 45 B9 0 44 E 10 138 40 37
Octal 326 105 271 0 104 16 20 470 100 67
Binary 11010110 1000101 10111001 0 1000100 1110 10000 100111000 1000000 110111

Color Harmonies of #D645B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D645B9

Black with #D645B9

Text Example


Text Example

White with #D645B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D645B9; }

 p { color: rgb(214,69,185); }

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

background-color css

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

 a { background-color: rgb(214,69,185); }

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

border-color css

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

 span { border-color: rgb(214,69,185); }

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