Html Css Color HEX #D248C3 Fuchsia

📋 copy color: '#D248C3'

red 210 ◦ green 72 ◦ blue 195

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

Shades of Fuchsia #D248C3

Tints of Fuchsia #D248C3

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.09%

 BLUE value IS 195 (76.56% from 255) = 40.88%

R = 44.03%
G = 15.09%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D248C3 (or 0xD248C3) is known color: Fuchsia. HEX triplet: D2, 48 and C3. RGB value is (210,72,195). Sum of RGB (Red+Green+Blue) = 210+72+195=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 195 (76.56% from 255 or 40.88% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D248C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D248C3 is #2DB73C. Grayscale: #7E7E7E. Windows color (decimal): -2996029 or 12798162. OLE color: 12798162.

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

Color convert

RGB 210 72 195 -
CMYK 0 0.66 0.07 0.18
HSL 306.52º 0.61% 0.55% -
HSV(B) 306.52º 0.66% 0.82% -
XYZ 38.75 22.28 53.89 -
YUV 127.28 166.22 187 -
System Red Green Blue C M Y K H S L
Decimal 210 72 195 0 0.66 0.07 0.18 306.52 0.61 0.55
Hex D2 48 C3 0 42 7 12 133 3D 37
Octal 322 110 303 0 102 7 22 463 75 67
Binary 11010010 1001000 11000011 0 1000010 111 10010 100110011 111101 110111

Color Harmonies of #D248C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D248C3

Black with #D248C3

Text Example


Text Example

White with #D248C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D248C3; }

 p { color: rgb(210,72,195); }

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

background-color css

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

 a { background-color: rgb(210,72,195); }

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

border-color css

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

 span { border-color: rgb(210,72,195); }

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