Html Css Color HEX #D645C8 Fuchsia

📋 copy color: '#D645C8'

red 214 ◦ green 69 ◦ blue 200

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

Shades of Fuchsia #D645C8

Tints of Fuchsia #D645C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.41%

R = 44.31%
G = 14.29%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D645C8 (or 0xD645C8) is known color: Fuchsia. HEX triplet: D6, 45 and C8. RGB value is (214,69,200). Sum of RGB (Red+Green+Blue) = 214+69+200=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D645C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D645C8 is #29BA37. Grayscale: #7E7E7E. Windows color (decimal): -2734648 or 13125078. OLE color: 13125078.

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

Color convert

RGB 214 69 200 -
CMYK 0 0.68 0.07 0.16
HSL 305.79º 0.64% 0.55% -
HSV(B) 305.79º 0.68% 0.84% -
XYZ 40.29 22.72 56.91 -
YUV 127.29 169.04 189.85 -
System Red Green Blue C M Y K H S L
Decimal 214 69 200 0 0.68 0.07 0.16 305.79 0.64 0.55
Hex D6 45 C8 0 44 7 10 132 40 37
Octal 326 105 310 0 104 7 20 462 100 67
Binary 11010110 1000101 11001000 0 1000100 111 10000 100110010 1000000 110111

Color Harmonies of #D645C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D645C8

Black with #D645C8

Text Example


Text Example

White with #D645C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D645C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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