Html Css Color HEX #D23BC9 Fuchsia

📋 copy color: '#D23BC9'

red 210 ◦ green 59 ◦ blue 201

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

Shades of Fuchsia #D23BC9

Tints of Fuchsia #D23BC9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.55%

 BLUE value IS 201 (78.91% from 255) = 42.77%

R = 44.68%
G = 12.55%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D23BC9 (or 0xD23BC9) is known color: Fuchsia. HEX triplet: D2, 3B and C9. RGB value is (210,59,201). Sum of RGB (Red+Green+Blue) = 210+59+201=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23BC9 is #2DC436. Grayscale: #777777. Windows color (decimal): -2999351 or 13188050. OLE color: 13188050.

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

Color convert

RGB 210 59 201 -
CMYK 0 0.72 0.04 0.18
HSL 303.58º 0.63% 0.53% -
HSV(B) 303.58º 0.72% 0.82% -
XYZ 38.68 21.05 57.28 -
YUV 120.34 173.53 191.95 -
System Red Green Blue C M Y K H S L
Decimal 210 59 201 0 0.72 0.04 0.18 303.58 0.63 0.53
Hex D2 3B C9 0 48 4 12 130 3F 35
Octal 322 73 311 0 110 4 22 460 77 65
Binary 11010010 111011 11001001 0 1001000 100 10010 100110000 111111 110101

Color Harmonies of #D23BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23BC9

Black with #D23BC9

Text Example


Text Example

White with #D23BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23BC9; }

 p { color: rgb(210,59,201); }

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

background-color css

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

 a { background-color: rgb(210,59,201); }

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

border-color css

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

 span { border-color: rgb(210,59,201); }

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