Html Css Color HEX #D23DB5 Fuchsia

📋 copy color: '#D23DB5'

red 210 ◦ green 61 ◦ blue 181

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

Shades of Fuchsia #D23DB5

Tints of Fuchsia #D23DB5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.5%

 BLUE value IS 181 (71.09% from 255) = 40.04%

R = 46.46%
G = 13.5%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D23DB5 (or 0xD23DB5) is known color: Fuchsia. HEX triplet: D2, 3D and B5. RGB value is (210,61,181). Sum of RGB (Red+Green+Blue) = 210+61+181=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DB5 is #2DC24A. Grayscale: #767676. Windows color (decimal): -2998859 or 11877842. OLE color: 11877842.

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

Color convert

RGB 210 61 181 -
CMYK 0 0.71 0.14 0.18
HSL 311.68º 0.62% 0.53% -
HSV(B) 311.68º 0.71% 0.82% -
XYZ 36.59 20.38 45.72 -
YUV 119.23 162.86 192.74 -
System Red Green Blue C M Y K H S L
Decimal 210 61 181 0 0.71 0.14 0.18 311.68 0.62 0.53
Hex D2 3D B5 0 47 E 12 138 3E 35
Octal 322 75 265 0 107 16 22 470 76 65
Binary 11010010 111101 10110101 0 1000111 1110 10010 100111000 111110 110101

Color Harmonies of #D23DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23DB5

Black with #D23DB5

Text Example


Text Example

White with #D23DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23DB5; }

 p { color: rgb(210,61,181); }

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

background-color css

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

 a { background-color: rgb(210,61,181); }

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

border-color css

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

 span { border-color: rgb(210,61,181); }

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