Html Css Color HEX #D23AB7 Fuchsia

📋 copy color: '#D23AB7'

red 210 ◦ green 58 ◦ blue 183

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

Shades of Fuchsia #D23AB7

Tints of Fuchsia #D23AB7

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.86%

 BLUE value IS 183 (71.88% from 255) = 40.58%

R = 46.56%
G = 12.86%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D23AB7 (or 0xD23AB7) is known color: Fuchsia. HEX triplet: D2, 3A and B7. RGB value is (210,58,183). Sum of RGB (Red+Green+Blue) = 210+58+183=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D23AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23AB7 is #2DC548. Grayscale: #757575. Windows color (decimal): -2999625 or 12008146. OLE color: 12008146.

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

Color convert

RGB 210 58 183 -
CMYK 0 0.72 0.13 0.18
HSL 310.66º 0.63% 0.53% -
HSV(B) 310.66º 0.72% 0.82% -
XYZ 36.64 20.15 46.76 -
YUV 117.7 164.86 193.84 -
System Red Green Blue C M Y K H S L
Decimal 210 58 183 0 0.72 0.13 0.18 310.66 0.63 0.53
Hex D2 3A B7 0 48 D 12 137 3F 35
Octal 322 72 267 0 110 15 22 467 77 65
Binary 11010010 111010 10110111 0 1001000 1101 10010 100110111 111111 110101

Color Harmonies of #D23AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23AB7

Black with #D23AB7

Text Example


Text Example

White with #D23AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23AB7; }

 p { color: rgb(210,58,183); }

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

background-color css

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

 a { background-color: rgb(210,58,183); }

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

border-color css

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

 span { border-color: rgb(210,58,183); }

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