Html Css Color HEX #D249CB Fuchsia

📋 copy color: '#D249CB'

red 210 ◦ green 73 ◦ blue 203

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

Shades of Fuchsia #D249CB

Tints of Fuchsia #D249CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.77%

R = 43.21%
G = 15.02%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D249CB (or 0xD249CB) is known color: Fuchsia. HEX triplet: D2, 49 and CB. RGB value is (210,73,203). Sum of RGB (Red+Green+Blue) = 210+73+203=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D249CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249CB is #2DB634. Grayscale: #808080. Windows color (decimal): -2995765 or 13322706. OLE color: 13322706.

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

Color convert

RGB 210 73 203 -
CMYK 0 0.65 0.03 0.18
HSL 303.07º 0.6% 0.55% -
HSV(B) 303.07º 0.65% 0.82% -
XYZ 39.74 22.78 58.8 -
YUV 128.78 169.89 185.93 -
System Red Green Blue C M Y K H S L
Decimal 210 73 203 0 0.65 0.03 0.18 303.07 0.6 0.55
Hex D2 49 CB 0 41 3 12 12F 3C 37
Octal 322 111 313 0 101 3 22 457 74 67
Binary 11010010 1001001 11001011 0 1000001 11 10010 100101111 111100 110111

Color Harmonies of #D249CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D249CB

Black with #D249CB

Text Example


Text Example

White with #D249CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D249CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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