Html Css Color HEX #D23CC0 Fuchsia

📋 copy color: '#D23CC0'

red 210 ◦ green 60 ◦ blue 192

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

Shades of Fuchsia #D23CC0

Tints of Fuchsia #D23CC0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.99%

 BLUE value IS 192 (75.39% from 255) = 41.56%

R = 45.45%
G = 12.99%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D23CC0 (or 0xD23CC0) is known color: Fuchsia. HEX triplet: D2, 3C and C0. RGB value is (210,60,192). Sum of RGB (Red+Green+Blue) = 210+60+192=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23CC0 is #2DC33F. Grayscale: #777777. Windows color (decimal): -2999104 or 12598482. OLE color: 12598482.

HSL color Cylindrical-coordinate representation of color #D23CC0: hue angle of 307.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23CC0 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 60 192 -
CMYK 0 0.71 0.09 0.18
HSL 307.2º 0.63% 0.53% -
HSV(B) 307.2º 0.71% 0.82% -
XYZ 37.71 20.74 51.88 -
YUV 119.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 210 60 192 0 0.71 0.09 0.18 307.2 0.63 0.53
Hex D2 3C C0 0 47 9 12 133 3E 35
Octal 322 74 300 0 107 11 22 463 76 65
Binary 11010010 111100 11000000 0 1000111 1001 10010 100110011 111110 110101

Color Harmonies of #D23CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23CC0

Black with #D23CC0

Text Example


Text Example

White with #D23CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23CC0; }

 p { color: rgb(210,60,192); }

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

background-color css

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

 a { background-color: rgb(210,60,192); }

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

border-color css

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

 span { border-color: rgb(210,60,192); }

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