Html Css Color HEX #D253C4 Fuchsia

📋 copy color: '#D253C4'

red 210 ◦ green 83 ◦ blue 196

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

Shades of Fuchsia #D253C4

Tints of Fuchsia #D253C4

RGB

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

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

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

R = 42.94%
G = 16.97%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D253C4 (or 0xD253C4) is known color: Fuchsia. HEX triplet: D2, 53 and C4. RGB value is (210,83,196). Sum of RGB (Red+Green+Blue) = 210+83+196=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D253C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253C4 is #2DAC3B. Grayscale: #858585. Windows color (decimal): -2993212 or 12866514. OLE color: 12866514.

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

Color convert

RGB 210 83 196 -
CMYK 0 0.60 0.07 0.18
HSL 306.61º 0.59% 0.57% -
HSV(B) 306.61º 0.6% 0.82% -
XYZ 39.64 23.87 54.74 -
YUV 133.86 163.08 182.31 -
System Red Green Blue C M Y K H S L
Decimal 210 83 196 0 0.60 0.07 0.18 306.61 0.59 0.57
Hex D2 53 C4 0 3C 7 12 133 3B 39
Octal 322 123 304 0 74 7 22 463 73 71
Binary 11010010 1010011 11000100 0 111100 111 10010 100110011 111011 111001

Color Harmonies of #D253C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D253C4

Black with #D253C4

Text Example


Text Example

White with #D253C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D253C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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