Html Css Color HEX #D23DBA Fuchsia

📋 copy color: '#D23DBA'

red 210 ◦ green 61 ◦ blue 186

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

Shades of Fuchsia #D23DBA

Tints of Fuchsia #D23DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 45.95%
G = 13.35%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D23DBA (or 0xD23DBA) is known color: Fuchsia. HEX triplet: D2, 3D and BA. RGB value is (210,61,186). Sum of RGB (Red+Green+Blue) = 210+61+186=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DBA is #2DC245. Grayscale: #777777. Windows color (decimal): -2998854 or 12205522. OLE color: 12205522.

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

Color convert

RGB 210 61 186 -
CMYK 0 0.71 0.11 0.18
HSL 309.66º 0.62% 0.53% -
HSV(B) 309.66º 0.71% 0.82% -
XYZ 37.11 20.58 48.47 -
YUV 119.8 165.36 192.34 -
System Red Green Blue C M Y K H S L
Decimal 210 61 186 0 0.71 0.11 0.18 309.66 0.62 0.53
Hex D2 3D BA 0 47 B 12 136 3E 35
Octal 322 75 272 0 107 13 22 466 76 65
Binary 11010010 111101 10111010 0 1000111 1011 10010 100110110 111110 110101

Color Harmonies of #D23DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23DBA

Black with #D23DBA

Text Example


Text Example

White with #D23DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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