Html Css Color HEX #D253B2 Fuchsia

📋 copy color: '#D253B2'

red 210 ◦ green 83 ◦ blue 178

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

Shades of Fuchsia #D253B2

Tints of Fuchsia #D253B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.79%

R = 44.59%
G = 17.62%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D253B2 (or 0xD253B2) is known color: Fuchsia. HEX triplet: D2, 53 and B2. RGB value is (210,83,178). Sum of RGB (Red+Green+Blue) = 210+83+178=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D253B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D253B2 is #2DAC4D. Grayscale: #838383. Windows color (decimal): -2993230 or 11686866. OLE color: 11686866.

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

Color convert

RGB 210 83 178 -
CMYK 0 0.60 0.15 0.18
HSL 315.12º 0.59% 0.57% -
HSV(B) 315.12º 0.6% 0.82% -
XYZ 37.71 23.1 44.59 -
YUV 131.8 154.08 183.78 -
System Red Green Blue C M Y K H S L
Decimal 210 83 178 0 0.60 0.15 0.18 315.12 0.59 0.57
Hex D2 53 B2 0 3C F 12 13B 3B 39
Octal 322 123 262 0 74 17 22 473 73 71
Binary 11010010 1010011 10110010 0 111100 1111 10010 100111011 111011 111001

Color Harmonies of #D253B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D253B2

Black with #D253B2

Text Example


Text Example

White with #D253B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D253B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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