Html Css Color HEX #D244BB Fuchsia

📋 copy color: '#D244BB'

red 210 ◦ green 68 ◦ blue 187

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

Shades of Fuchsia #D244BB

Tints of Fuchsia #D244BB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.62%

 BLUE value IS 187 (73.44% from 255) = 40.22%

R = 45.16%
G = 14.62%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D244BB (or 0xD244BB) is known color: Fuchsia. HEX triplet: D2, 44 and BB. RGB value is (210,68,187). Sum of RGB (Red+Green+Blue) = 210+68+187=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D244BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D244BB is #2DBB44. Grayscale: #7B7B7B. Windows color (decimal): -2997061 or 12272850. OLE color: 12272850.

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

Color convert

RGB 210 68 187 -
CMYK 0 0.68 0.11 0.18
HSL 309.72º 0.61% 0.55% -
HSV(B) 309.72º 0.68% 0.82% -
XYZ 37.62 21.42 49.17 -
YUV 124.02 163.54 189.32 -
System Red Green Blue C M Y K H S L
Decimal 210 68 187 0 0.68 0.11 0.18 309.72 0.61 0.55
Hex D2 44 BB 0 44 B 12 136 3D 37
Octal 322 104 273 0 104 13 22 466 75 67
Binary 11010010 1000100 10111011 0 1000100 1011 10010 100110110 111101 110111

Color Harmonies of #D244BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D244BB

Black with #D244BB

Text Example


Text Example

White with #D244BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D244BB; }

 p { color: rgb(210,68,187); }

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

background-color css

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

 a { background-color: rgb(210,68,187); }

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

border-color css

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

 span { border-color: rgb(210,68,187); }

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