Html Css Color HEX #D645C9 Fuchsia

📋 copy color: '#D645C9'

red 214 ◦ green 69 ◦ blue 201

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

Shades of Fuchsia #D645C9

Tints of Fuchsia #D645C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.53%

R = 44.21%
G = 14.26%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D645C9 (or 0xD645C9) is known color: Fuchsia. HEX triplet: D6, 45 and C9. RGB value is (214,69,201). Sum of RGB (Red+Green+Blue) = 214+69+201=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D645C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D645C9 is #29BA36. Grayscale: #7F7F7F. Windows color (decimal): -2734647 or 13190614. OLE color: 13190614.

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

Color convert

RGB 214 69 201 -
CMYK 0 0.68 0.06 0.16
HSL 305.38º 0.64% 0.55% -
HSV(B) 305.38º 0.68% 0.84% -
XYZ 40.4 22.77 57.52 -
YUV 127.4 169.54 189.77 -
System Red Green Blue C M Y K H S L
Decimal 214 69 201 0 0.68 0.06 0.16 305.38 0.64 0.55
Hex D6 45 C9 0 44 6 10 131 40 37
Octal 326 105 311 0 104 6 20 461 100 67
Binary 11010110 1000101 11001001 0 1000100 110 10000 100110001 1000000 110111

Color Harmonies of #D645C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D645C9

Black with #D645C9

Text Example


Text Example

White with #D645C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D645C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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