Html Css Color HEX #D245C0 Fuchsia

📋 copy color: '#D245C0'

red 210 ◦ green 69 ◦ blue 192

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

Shades of Fuchsia #D245C0

Tints of Fuchsia #D245C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.76%

R = 44.59%
G = 14.65%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D245C0 (or 0xD245C0) is known color: Fuchsia. HEX triplet: D2, 45 and C0. RGB value is (210,69,192). Sum of RGB (Red+Green+Blue) = 210+69+192=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D245C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D245C0 is #2DBA3F. Grayscale: #7C7C7C. Windows color (decimal): -2996800 or 12600786. OLE color: 12600786.

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

Color convert

RGB 210 69 192 -
CMYK 0 0.67 0.09 0.18
HSL 307.66º 0.61% 0.55% -
HSV(B) 307.66º 0.67% 0.82% -
XYZ 38.22 21.76 52.06 -
YUV 125.18 165.71 188.5 -
System Red Green Blue C M Y K H S L
Decimal 210 69 192 0 0.67 0.09 0.18 307.66 0.61 0.55
Hex D2 45 C0 0 43 9 12 134 3D 37
Octal 322 105 300 0 103 11 22 464 75 67
Binary 11010010 1000101 11000000 0 1000011 1001 10010 100110100 111101 110111

Color Harmonies of #D245C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D245C0

Black with #D245C0

Text Example


Text Example

White with #D245C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D245C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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