Html Css Color HEX #D245C6 Fuchsia

📋 copy color: '#D245C6'

red 210 ◦ green 69 ◦ blue 198

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

Shades of Fuchsia #D245C6

Tints of Fuchsia #D245C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.51%

R = 44.03%
G = 14.47%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D245C6 (or 0xD245C6) is known color: Fuchsia. HEX triplet: D2, 45 and C6. RGB value is (210,69,198). Sum of RGB (Red+Green+Blue) = 210+69+198=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D245C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D245C6 is #2DBA39. Grayscale: #7D7D7D. Windows color (decimal): -2996794 or 12994002. OLE color: 12994002.

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

Color convert

RGB 210 69 198 -
CMYK 0 0.67 0.06 0.18
HSL 305.11º 0.61% 0.55% -
HSV(B) 305.11º 0.67% 0.82% -
XYZ 38.9 22.04 55.63 -
YUV 125.87 168.71 188.01 -
System Red Green Blue C M Y K H S L
Decimal 210 69 198 0 0.67 0.06 0.18 305.11 0.61 0.55
Hex D2 45 C6 0 43 6 12 131 3D 37
Octal 322 105 306 0 103 6 22 461 75 67
Binary 11010010 1000101 11000110 0 1000011 110 10010 100110001 111101 110111

Color Harmonies of #D245C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D245C6

Black with #D245C6

Text Example


Text Example

White with #D245C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D245C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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