Html Css Color HEX #D246CD Fuchsia

📋 copy color: '#D246CD'

red 210 ◦ green 70 ◦ blue 205

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

Shades of Fuchsia #D246CD

Tints of Fuchsia #D246CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 43.3%
G = 14.43%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D246CD (or 0xD246CD) is known color: Fuchsia. HEX triplet: D2, 46 and CD. RGB value is (210,70,205). Sum of RGB (Red+Green+Blue) = 210+70+205=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D246CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D246CD is #2DB932. Grayscale: #7E7E7E. Windows color (decimal): -2996531 or 13453010. OLE color: 13453010.

HSL color Cylindrical-coordinate representation of color #D246CD: hue angle of 302.14º 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 #D246CD is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 70 205 -
CMYK 0 0.67 0.02 0.18
HSL 302.14º 0.61% 0.55% -
HSV(B) 302.14º 0.67% 0.82% -
XYZ 39.79 22.49 60 -
YUV 127.25 171.88 187.02 -
System Red Green Blue C M Y K H S L
Decimal 210 70 205 0 0.67 0.02 0.18 302.14 0.61 0.55
Hex D2 46 CD 0 43 2 12 12E 3D 37
Octal 322 106 315 0 103 2 22 456 75 67
Binary 11010010 1000110 11001101 0 1000011 10 10010 100101110 111101 110111

Color Harmonies of #D246CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D246CD

Black with #D246CD

Text Example


Text Example

White with #D246CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D246CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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