Html Css Color HEX #D240CA Fuchsia

📋 copy color: '#D240CA'

red 210 ◦ green 64 ◦ blue 202

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

Shades of Fuchsia #D240CA

Tints of Fuchsia #D240CA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.45%

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

R = 44.12%
G = 13.45%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D240CA (or 0xD240CA) is known color: Fuchsia. HEX triplet: D2, 40 and CA. RGB value is (210,64,202). Sum of RGB (Red+Green+Blue) = 210+64+202=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D240CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D240CA is #2DBF35. Grayscale: #7A7A7A. Windows color (decimal): -2998070 or 13254866. OLE color: 13254866.

HSL color Cylindrical-coordinate representation of color #D240CA: hue angle of 303.29º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D240CA is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 64 202 -
CMYK 0 0.70 0.04 0.18
HSL 303.29º 0.62% 0.54% -
HSV(B) 303.29º 0.7% 0.82% -
XYZ 39.07 21.63 57.99 -
YUV 123.39 172.37 189.78 -
System Red Green Blue C M Y K H S L
Decimal 210 64 202 0 0.70 0.04 0.18 303.29 0.62 0.54
Hex D2 40 CA 0 46 4 12 12F 3E 36
Octal 322 100 312 0 106 4 22 457 76 66
Binary 11010010 1000000 11001010 0 1000110 100 10010 100101111 111110 110110

Color Harmonies of #D240CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D240CA

Black with #D240CA

Text Example


Text Example

White with #D240CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D240CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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