Html Css Color HEX #D230CF Fuchsia

📋 copy color: '#D230CF'

red 210 ◦ green 48 ◦ blue 207

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

Shades of Fuchsia #D230CF

Tints of Fuchsia #D230CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.52%

R = 45.16%
G = 10.32%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D230CF (or 0xD230CF) is known color: Fuchsia. HEX triplet: D2, 30 and CF. RGB value is (210,48,207). Sum of RGB (Red+Green+Blue) = 210+48+207=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D230CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D230CF is #2DCF30. Grayscale: #727272. Windows color (decimal): -3002161 or 13578450. OLE color: 13578450.

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

Color convert

RGB 210 48 207 -
CMYK 0 0.77 0.01 0.18
HSL 301.11º 0.64% 0.51% -
HSV(B) 301.11º 0.77% 0.82% -
XYZ 38.9 20.32 60.9 -
YUV 114.56 180.17 196.07 -
System Red Green Blue C M Y K H S L
Decimal 210 48 207 0 0.77 0.01 0.18 301.11 0.64 0.51
Hex D2 30 CF 0 4D 1 12 12D 40 33
Octal 322 60 317 0 115 1 22 455 100 63
Binary 11010010 110000 11001111 0 1001101 1 10010 100101101 1000000 110011

Color Harmonies of #D230CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D230CF

Black with #D230CF

Text Example


Text Example

White with #D230CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D230CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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