Html Css Color HEX #D546CC Fuchsia

📋 copy color: '#D546CC'

red 213 ◦ green 70 ◦ blue 204

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

Shades of Fuchsia #D546CC

Tints of Fuchsia #D546CC

RGB

 RED value IS 213 (83.59% from 255) = 43.74%

 GREEN value IS 70 (27.73% from 255) = 14.37%

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

R = 43.74%
G = 14.37%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D546CC (or 0xD546CC) is known color: Fuchsia. HEX triplet: D5, 46 and CC. RGB value is (213,70,204). Sum of RGB (Red+Green+Blue) = 213+70+204=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 70 (27.73% from 255 or 14.37% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D546CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D546CC is #2AB933. Grayscale: #7F7F7F. Windows color (decimal): -2799924 or 13387477. OLE color: 13387477.

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

Color convert

RGB 213 70 204 -
CMYK 0 0.67 0.04 0.16
HSL 303.78º 0.63% 0.55% -
HSV(B) 303.78º 0.67% 0.84% -
XYZ 40.53 22.89 59.41 -
YUV 128.03 170.88 188.6 -
System Red Green Blue C M Y K H S L
Decimal 213 70 204 0 0.67 0.04 0.16 303.78 0.63 0.55
Hex D5 46 CC 0 43 4 10 130 3F 37
Octal 325 106 314 0 103 4 20 460 77 67
Binary 11010101 1000110 11001100 0 1000011 100 10000 100110000 111111 110111

Color Harmonies of #D546CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D546CC

Black with #D546CC

Text Example


Text Example

White with #D546CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D546CC; }

 p { color: rgb(213,70,204); }

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

background-color css

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

 a { background-color: rgb(213,70,204); }

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

border-color css

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

 span { border-color: rgb(213,70,204); }

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