Html Css Color HEX #D23BC7 Fuchsia

📋 copy color: '#D23BC7'

red 210 ◦ green 59 ◦ blue 199

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

Shades of Fuchsia #D23BC7

Tints of Fuchsia #D23BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.52%

R = 44.87%
G = 12.61%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D23BC7 (or 0xD23BC7) is known color: Fuchsia. HEX triplet: D2, 3B and C7. RGB value is (210,59,199). Sum of RGB (Red+Green+Blue) = 210+59+199=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23BC7 is #2DC438. Grayscale: #777777. Windows color (decimal): -2999353 or 13056978. OLE color: 13056978.

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

Color convert

RGB 210 59 199 -
CMYK 0 0.72 0.05 0.18
HSL 304.37º 0.63% 0.53% -
HSV(B) 304.37º 0.72% 0.82% -
XYZ 38.45 20.95 56.05 -
YUV 120.11 172.53 192.12 -
System Red Green Blue C M Y K H S L
Decimal 210 59 199 0 0.72 0.05 0.18 304.37 0.63 0.53
Hex D2 3B C7 0 48 5 12 130 3F 35
Octal 322 73 307 0 110 5 22 460 77 65
Binary 11010010 111011 11000111 0 1001000 101 10010 100110000 111111 110101

Color Harmonies of #D23BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23BC7

Black with #D23BC7

Text Example


Text Example

White with #D23BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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