Html Css Color HEX #D246CA Fuchsia

📋 copy color: '#D246CA'

red 210 ◦ green 70 ◦ blue 202

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

Shades of Fuchsia #D246CA

Tints of Fuchsia #D246CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.91%

R = 43.57%
G = 14.52%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D246CA (or 0xD246CA) is known color: Fuchsia. HEX triplet: D2, 46 and CA. RGB value is (210,70,202). Sum of RGB (Red+Green+Blue) = 210+70+202=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D246CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D246CA is #2DB935. Grayscale: #7E7E7E. Windows color (decimal): -2996534 or 13256402. OLE color: 13256402.

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

Color convert

RGB 210 70 202 -
CMYK 0 0.67 0.04 0.18
HSL 303.43º 0.61% 0.55% -
HSV(B) 303.43º 0.67% 0.82% -
XYZ 39.43 22.35 58.11 -
YUV 126.91 170.38 187.27 -
System Red Green Blue C M Y K H S L
Decimal 210 70 202 0 0.67 0.04 0.18 303.43 0.61 0.55
Hex D2 46 CA 0 43 4 12 12F 3D 37
Octal 322 106 312 0 103 4 22 457 75 67
Binary 11010010 1000110 11001010 0 1000011 100 10010 100101111 111101 110111

Color Harmonies of #D246CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D246CA

Black with #D246CA

Text Example


Text Example

White with #D246CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D246CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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