Html Css Color HEX #D248CE Fuchsia

📋 copy color: '#D248CE'

red 210 ◦ green 72 ◦ blue 206

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

Shades of Fuchsia #D248CE

Tints of Fuchsia #D248CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.21%

R = 43.03%
G = 14.75%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D248CE (or 0xD248CE) is known color: Fuchsia. HEX triplet: D2, 48 and CE. RGB value is (210,72,206). Sum of RGB (Red+Green+Blue) = 210+72+206=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D248CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D248CE is #2DB731. Grayscale: #808080. Windows color (decimal): -2996018 or 13519058. OLE color: 13519058.

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

Color convert

RGB 210 72 206 -
CMYK 0 0.66 0.02 0.18
HSL 301.74º 0.61% 0.55% -
HSV(B) 301.74º 0.66% 0.82% -
XYZ 40.04 22.79 60.68 -
YUV 128.54 171.72 186.1 -
System Red Green Blue C M Y K H S L
Decimal 210 72 206 0 0.66 0.02 0.18 301.74 0.61 0.55
Hex D2 48 CE 0 42 2 12 12E 3D 37
Octal 322 110 316 0 102 2 22 456 75 67
Binary 11010010 1001000 11001110 0 1000010 10 10010 100101110 111101 110111

Color Harmonies of #D248CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D248CE

Black with #D248CE

Text Example


Text Example

White with #D248CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D248CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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