Html Css Color HEX #D245B6 Fuchsia

📋 copy color: '#D245B6'

red 210 ◦ green 69 ◦ blue 182

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

Shades of Fuchsia #D245B6

Tints of Fuchsia #D245B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.48%

R = 45.55%
G = 14.97%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D245B6 (or 0xD245B6) is known color: Fuchsia. HEX triplet: D2, 45 and B6. RGB value is (210,69,182). Sum of RGB (Red+Green+Blue) = 210+69+182=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D245B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D245B6 is #2DBA49. Grayscale: #7B7B7B. Windows color (decimal): -2996810 or 11945426. OLE color: 11945426.

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

Color convert

RGB 210 69 182 -
CMYK 0 0.67 0.13 0.18
HSL 311.91º 0.61% 0.55% -
HSV(B) 311.91º 0.67% 0.82% -
XYZ 37.15 21.34 46.42 -
YUV 124.04 160.71 189.31 -
System Red Green Blue C M Y K H S L
Decimal 210 69 182 0 0.67 0.13 0.18 311.91 0.61 0.55
Hex D2 45 B6 0 43 D 12 138 3D 37
Octal 322 105 266 0 103 15 22 470 75 67
Binary 11010010 1000101 10110110 0 1000011 1101 10010 100111000 111101 110111

Color Harmonies of #D245B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D245B6

Black with #D245B6

Text Example


Text Example

White with #D245B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D245B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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