Html Css Color HEX #D645B5 Fuchsia

📋 copy color: '#D645B5'

red 214 ◦ green 69 ◦ blue 181

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

Shades of Fuchsia #D645B5

Tints of Fuchsia #D645B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.01%

R = 46.12%
G = 14.87%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D645B5 (or 0xD645B5) is known color: Fuchsia. HEX triplet: D6, 45 and B5. RGB value is (214,69,181). Sum of RGB (Red+Green+Blue) = 214+69+181=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D645B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D645B5 is #29BA4A. Grayscale: #7C7C7C. Windows color (decimal): -2734667 or 11879894. OLE color: 11879894.

HSL color Cylindrical-coordinate representation of color #D645B5: hue angle of 313.66º 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 #D645B5 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 69 181 -
CMYK 0 0.68 0.15 0.16
HSL 313.66º 0.64% 0.55% -
HSV(B) 313.66º 0.68% 0.84% -
XYZ 38.2 21.89 45.93 -
YUV 125.12 159.54 191.39 -
System Red Green Blue C M Y K H S L
Decimal 214 69 181 0 0.68 0.15 0.16 313.66 0.64 0.55
Hex D6 45 B5 0 44 F 10 13A 40 37
Octal 326 105 265 0 104 17 20 472 100 67
Binary 11010110 1000101 10110101 0 1000100 1111 10000 100111010 1000000 110111

Color Harmonies of #D645B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D645B5

Black with #D645B5

Text Example


Text Example

White with #D645B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D645B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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