Html Css Color HEX #D253C1 Fuchsia

📋 copy color: '#D253C1'

red 210 ◦ green 83 ◦ blue 193

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

Shades of Fuchsia #D253C1

Tints of Fuchsia #D253C1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.08%

 BLUE value IS 193 (75.78% from 255) = 39.71%

R = 43.21%
G = 17.08%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D253C1 (or 0xD253C1) is known color: Fuchsia. HEX triplet: D2, 53 and C1. RGB value is (210,83,193). Sum of RGB (Red+Green+Blue) = 210+83+193=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D253C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253C1 is #2DAC3E. Grayscale: #858585. Windows color (decimal): -2993215 or 12669906. OLE color: 12669906.

HSL color Cylindrical-coordinate representation of color #D253C1: hue angle of 308.03º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D253C1 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 83 193 -
CMYK 0 0.60 0.08 0.18
HSL 308.03º 0.59% 0.57% -
HSV(B) 308.03º 0.6% 0.82% -
XYZ 39.3 23.74 52.96 -
YUV 133.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 210 83 193 0 0.60 0.08 0.18 308.03 0.59 0.57
Hex D2 53 C1 0 3C 8 12 134 3B 39
Octal 322 123 301 0 74 10 22 464 73 71
Binary 11010010 1010011 11000001 0 111100 1000 10010 100110100 111011 111001

Color Harmonies of #D253C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D253C1

Black with #D253C1

Text Example


Text Example

White with #D253C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D253C1; }

 p { color: rgb(210,83,193); }

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

background-color css

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

 a { background-color: rgb(210,83,193); }

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

border-color css

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

 span { border-color: rgb(210,83,193); }

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