Html Css Color HEX #D253BC Fuchsia

📋 copy color: '#D253BC'

red 210 ◦ green 83 ◦ blue 188

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

Shades of Fuchsia #D253BC

Tints of Fuchsia #D253BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.09%

R = 43.66%
G = 17.26%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D253BC (or 0xD253BC) is known color: Fuchsia. HEX triplet: D2, 53 and BC. RGB value is (210,83,188). Sum of RGB (Red+Green+Blue) = 210+83+188=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D253BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253BC is #2DAC43. Grayscale: #848484. Windows color (decimal): -2993220 or 12342226. OLE color: 12342226.

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

Color convert

RGB 210 83 188 -
CMYK 0 0.60 0.10 0.18
HSL 310.39º 0.59% 0.57% -
HSV(B) 310.39º 0.6% 0.82% -
XYZ 38.75 23.52 50.07 -
YUV 132.94 159.08 182.96 -
System Red Green Blue C M Y K H S L
Decimal 210 83 188 0 0.60 0.10 0.18 310.39 0.59 0.57
Hex D2 53 BC 0 3C A 12 136 3B 39
Octal 322 123 274 0 74 12 22 466 73 71
Binary 11010010 1010011 10111100 0 111100 1010 10010 100110110 111011 111001

Color Harmonies of #D253BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D253BC

Black with #D253BC

Text Example


Text Example

White with #D253BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D253BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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