Html Css Color HEX #D643CC Fuchsia

📋 copy color: '#D643CC'

red 214 ◦ green 67 ◦ blue 204

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

Shades of Fuchsia #D643CC

Tints of Fuchsia #D643CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 44.12%
G = 13.81%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D643CC (or 0xD643CC) is known color: Fuchsia. HEX triplet: D6, 43 and CC. RGB value is (214,67,204). Sum of RGB (Red+Green+Blue) = 214+67+204=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 67 (26.56% from 255 or 13.81% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D643CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D643CC is #29BC33. Grayscale: #7E7E7E. Windows color (decimal): -2735156 or 13386710. OLE color: 13386710.

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

Color convert

RGB 214 67 204 -
CMYK 0 0.69 0.05 0.16
HSL 304.08º 0.64% 0.55% -
HSV(B) 304.08º 0.69% 0.84% -
XYZ 40.64 22.67 59.36 -
YUV 126.57 171.7 190.36 -
System Red Green Blue C M Y K H S L
Decimal 214 67 204 0 0.69 0.05 0.16 304.08 0.64 0.55
Hex D6 43 CC 0 45 5 10 130 40 37
Octal 326 103 314 0 105 5 20 460 100 67
Binary 11010110 1000011 11001100 0 1000101 101 10000 100110000 1000000 110111

Color Harmonies of #D643CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D643CC

Black with #D643CC

Text Example


Text Example

White with #D643CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D643CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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