Html Css Color HEX #D249CF Fuchsia

📋 copy color: '#D249CF'

red 210 ◦ green 73 ◦ blue 207

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

Shades of Fuchsia #D249CF

Tints of Fuchsia #D249CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.24%

R = 42.86%
G = 14.9%
B = 42.24%

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

#D249CF (or 0xD249CF) is known color: Fuchsia. HEX triplet: D2, 49 and CF. RGB value is (210,73,207). Sum of RGB (Red+Green+Blue) = 210+73+207=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D249CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249CF is #2DB630. Grayscale: #808080. Windows color (decimal): -2995761 or 13584850. OLE color: 13584850.

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

Color convert

RGB 210 73 207 -
CMYK 0 0.65 0.01 0.18
HSL 301.31º 0.6% 0.55% -
HSV(B) 301.31º 0.65% 0.82% -
XYZ 40.22 22.97 61.35 -
YUV 129.24 171.89 185.6 -
System Red Green Blue C M Y K H S L
Decimal 210 73 207 0 0.65 0.01 0.18 301.31 0.6 0.55
Hex D2 49 CF 0 41 1 12 12D 3C 37
Octal 322 111 317 0 101 1 22 455 74 67
Binary 11010010 1001001 11001111 0 1000001 1 10010 100101101 111100 110111

Color Harmonies of #D249CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D249CF

Black with #D249CF

Text Example


Text Example

White with #D249CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D249CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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