Html Css Color HEX #D23DBE Fuchsia

📋 copy color: '#D23DBE'

red 210 ◦ green 61 ◦ blue 190

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

Shades of Fuchsia #D23DBE

Tints of Fuchsia #D23DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 45.55%
G = 13.23%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D23DBE (or 0xD23DBE) is known color: Fuchsia. HEX triplet: D2, 3D and BE. RGB value is (210,61,190). Sum of RGB (Red+Green+Blue) = 210+61+190=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DBE is #2DC241. Grayscale: #777777. Windows color (decimal): -2998850 or 12467666. OLE color: 12467666.

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

Color convert

RGB 210 61 190 -
CMYK 0 0.71 0.10 0.18
HSL 308.05º 0.62% 0.53% -
HSV(B) 308.05º 0.71% 0.82% -
XYZ 37.54 20.76 50.74 -
YUV 120.26 167.36 192.01 -
System Red Green Blue C M Y K H S L
Decimal 210 61 190 0 0.71 0.10 0.18 308.05 0.62 0.53
Hex D2 3D BE 0 47 A 12 134 3E 35
Octal 322 75 276 0 107 12 22 464 76 65
Binary 11010010 111101 10111110 0 1000111 1010 10010 100110100 111110 110101

Color Harmonies of #D23DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23DBE

Black with #D23DBE

Text Example


Text Example

White with #D23DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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