Html Css Color HEX #D230CA Fuchsia

📋 copy color: '#D230CA'

red 210 ◦ green 48 ◦ blue 202

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

Shades of Fuchsia #D230CA

Tints of Fuchsia #D230CA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.43%

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

R = 45.65%
G = 10.43%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D230CA (or 0xD230CA) is known color: Fuchsia. HEX triplet: D2, 30 and CA. RGB value is (210,48,202). Sum of RGB (Red+Green+Blue) = 210+48+202=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D230CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D230CA is #2DCF35. Grayscale: #717171. Windows color (decimal): -3002166 or 13250770. OLE color: 13250770.

HSL color Cylindrical-coordinate representation of color #D230CA: hue angle of 302.96º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D230CA is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 48 202 -
CMYK 0 0.77 0.04 0.18
HSL 302.96º 0.64% 0.51% -
HSV(B) 302.96º 0.77% 0.82% -
XYZ 38.3 20.08 57.73 -
YUV 113.99 177.67 196.48 -
System Red Green Blue C M Y K H S L
Decimal 210 48 202 0 0.77 0.04 0.18 302.96 0.64 0.51
Hex D2 30 CA 0 4D 4 12 12F 40 33
Octal 322 60 312 0 115 4 22 457 100 63
Binary 11010010 110000 11001010 0 1001101 100 10010 100101111 1000000 110011

Color Harmonies of #D230CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D230CA

Black with #D230CA

Text Example


Text Example

White with #D230CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D230CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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