Html Css Color HEX #D248CC Fuchsia

📋 copy color: '#D248CC'

red 210 ◦ green 72 ◦ blue 204

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

Shades of Fuchsia #D248CC

Tints of Fuchsia #D248CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 43.21%
G = 14.81%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D248CC (or 0xD248CC) is known color: Fuchsia. HEX triplet: D2, 48 and CC. RGB value is (210,72,204). Sum of RGB (Red+Green+Blue) = 210+72+204=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D248CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D248CC is #2DB733. Grayscale: #7F7F7F. Windows color (decimal): -2996020 or 13387986. OLE color: 13387986.

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

Color convert

RGB 210 72 204 -
CMYK 0 0.66 0.03 0.18
HSL 302.61º 0.61% 0.55% -
HSV(B) 302.61º 0.66% 0.82% -
XYZ 39.79 22.7 59.41 -
YUV 128.31 170.72 186.27 -
System Red Green Blue C M Y K H S L
Decimal 210 72 204 0 0.66 0.03 0.18 302.61 0.61 0.55
Hex D2 48 CC 0 42 3 12 12F 3D 37
Octal 322 110 314 0 102 3 22 457 75 67
Binary 11010010 1001000 11001100 0 1000010 11 10010 100101111 111101 110111

Color Harmonies of #D248CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D248CC

Black with #D248CC

Text Example


Text Example

White with #D248CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D248CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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