Html Css Color HEX #D23DC4 Fuchsia

📋 copy color: '#D23DC4'

red 210 ◦ green 61 ◦ blue 196

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

Shades of Fuchsia #D23DC4

Tints of Fuchsia #D23DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.97%

R = 44.97%
G = 13.06%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D23DC4 (or 0xD23DC4) is known color: Fuchsia. HEX triplet: D2, 3D and C4. RGB value is (210,61,196). Sum of RGB (Red+Green+Blue) = 210+61+196=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DC4 is #2DC23B. Grayscale: #787878. Windows color (decimal): -2998844 or 12860882. OLE color: 12860882.

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

Color convert

RGB 210 61 196 -
CMYK 0 0.71 0.07 0.18
HSL 305.64º 0.62% 0.53% -
HSV(B) 305.64º 0.71% 0.82% -
XYZ 38.21 21.02 54.27 -
YUV 120.94 170.36 191.52 -
System Red Green Blue C M Y K H S L
Decimal 210 61 196 0 0.71 0.07 0.18 305.64 0.62 0.53
Hex D2 3D C4 0 47 7 12 132 3E 35
Octal 322 75 304 0 107 7 22 462 76 65
Binary 11010010 111101 11000100 0 1000111 111 10010 100110010 111110 110101

Color Harmonies of #D23DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23DC4

Black with #D23DC4

Text Example


Text Example

White with #D23DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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