Html Css Color HEX #D246C3 Fuchsia

📋 copy color: '#D246C3'

red 210 ◦ green 70 ◦ blue 195

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

Shades of Fuchsia #D246C3

Tints of Fuchsia #D246C3

RGB

 RED value IS 210 (82.42% from 255) = 44.21%

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

 BLUE value IS 195 (76.56% from 255) = 41.05%

R = 44.21%
G = 14.74%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D246C3 (or 0xD246C3) is known color: Fuchsia. HEX triplet: D2, 46 and C3. RGB value is (210,70,195). Sum of RGB (Red+Green+Blue) = 210+70+195=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D246C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D246C3 is #2DB93C. Grayscale: #7D7D7D. Windows color (decimal): -2996541 or 12797650. OLE color: 12797650.

HSL color Cylindrical-coordinate representation of color #D246C3: hue angle of 306.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D246C3 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 70 195 -
CMYK 0 0.67 0.07 0.18
HSL 306.43º 0.61% 0.55% -
HSV(B) 306.43º 0.67% 0.82% -
XYZ 38.62 22.02 53.85 -
YUV 126.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 210 70 195 0 0.67 0.07 0.18 306.43 0.61 0.55
Hex D2 46 C3 0 43 7 12 132 3D 37
Octal 322 106 303 0 103 7 22 462 75 67
Binary 11010010 1000110 11000011 0 1000011 111 10010 100110010 111101 110111

Color Harmonies of #D246C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D246C3

Black with #D246C3

Text Example


Text Example

White with #D246C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D246C3; }

 p { color: rgb(210,70,195); }

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

background-color css

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

 a { background-color: rgb(210,70,195); }

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

border-color css

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

 span { border-color: rgb(210,70,195); }

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