Html Css Color HEX #D249D0 Fuchsia

📋 copy color: '#D249D0'

red 210 ◦ green 73 ◦ blue 208

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

Shades of Fuchsia #D249D0

Tints of Fuchsia #D249D0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.87%

 BLUE value IS 208 (81.64% from 255) = 42.36%

R = 42.77%
G = 14.87%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D249D0 (or 0xD249D0) is known color: Fuchsia. HEX triplet: D2, 49 and D0. RGB value is (210,73,208). Sum of RGB (Red+Green+Blue) = 210+73+208=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D249D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249D0 is #2DB62F. Grayscale: #808080. Windows color (decimal): -2995760 or 13650386. OLE color: 13650386.

HSL color Cylindrical-coordinate representation of color #D249D0: hue angle of 300.88º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D249D0 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 73 208 -
CMYK 0 0.65 0.01 0.18
HSL 300.88º 0.6% 0.55% -
HSV(B) 300.88º 0.65% 0.82% -
XYZ 40.35 23.02 61.99 -
YUV 129.35 172.39 185.52 -
System Red Green Blue C M Y K H S L
Decimal 210 73 208 0 0.65 0.01 0.18 300.88 0.6 0.55
Hex D2 49 D0 0 41 1 12 12D 3C 37
Octal 322 111 320 0 101 1 22 455 74 67
Binary 11010010 1001001 11010000 0 1000001 1 10010 100101101 111100 110111

Color Harmonies of #D249D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D249D0

Black with #D249D0

Text Example


Text Example

White with #D249D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D249D0; }

 p { color: rgb(210,73,208); }

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

background-color css

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

 a { background-color: rgb(210,73,208); }

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

border-color css

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

 span { border-color: rgb(210,73,208); }

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