Html Css Color HEX #D245B9 Fuchsia

📋 copy color: '#D245B9'

red 210 ◦ green 69 ◦ blue 185

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

Shades of Fuchsia #D245B9

Tints of Fuchsia #D245B9

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.87%

 BLUE value IS 185 (72.66% from 255) = 39.87%

R = 45.26%
G = 14.87%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D245B9 (or 0xD245B9) is known color: Fuchsia. HEX triplet: D2, 45 and B9. RGB value is (210,69,185). Sum of RGB (Red+Green+Blue) = 210+69+185=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D245B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D245B9 is #2DBA46. Grayscale: #7C7C7C. Windows color (decimal): -2996807 or 12142034. OLE color: 12142034.

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

Color convert

RGB 210 69 185 -
CMYK 0 0.67 0.12 0.18
HSL 310.64º 0.61% 0.55% -
HSV(B) 310.64º 0.67% 0.82% -
XYZ 37.46 21.46 48.07 -
YUV 124.38 162.21 189.07 -
System Red Green Blue C M Y K H S L
Decimal 210 69 185 0 0.67 0.12 0.18 310.64 0.61 0.55
Hex D2 45 B9 0 43 C 12 137 3D 37
Octal 322 105 271 0 103 14 22 467 75 67
Binary 11010010 1000101 10111001 0 1000011 1100 10010 100110111 111101 110111

Color Harmonies of #D245B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D245B9

Black with #D245B9

Text Example


Text Example

White with #D245B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D245B9; }

 p { color: rgb(210,69,185); }

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

background-color css

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

 a { background-color: rgb(210,69,185); }

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

border-color css

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

 span { border-color: rgb(210,69,185); }

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