Html Css Color HEX #D063C4 Fuchsia

📋 copy color: '#D063C4'

red 208 ◦ green 99 ◦ blue 196

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

Shades of Fuchsia #D063C4

Tints of Fuchsia #D063C4

RGB

 RED value IS 208 (81.64% from 255) = 41.35%

 GREEN value IS 99 (39.06% from 255) = 19.68%

 BLUE value IS 196 (76.95% from 255) = 38.97%

R = 41.35%
G = 19.68%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D063C4 (or 0xD063C4) is known color: Fuchsia. HEX triplet: D0, 63 and C4. RGB value is (208,99,196). Sum of RGB (Red+Green+Blue) = 208+99+196=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D063C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D063C4 is #2F9C3B. Grayscale: #8E8E8E. Windows color (decimal): -3120188 or 12870608. OLE color: 12870608.

HSL color Cylindrical-coordinate representation of color #D063C4: hue angle of 306.61º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D063C4 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 99 196 -
CMYK 0 0.52 0.06 0.18
HSL 306.61º 0.54% 0.6% -
HSV(B) 306.61º 0.52% 0.82% -
XYZ 40.44 26.32 55.17 -
YUV 142.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 208 99 196 0 0.52 0.06 0.18 306.61 0.54 0.6
Hex D0 63 C4 0 34 6 12 133 36 3C
Octal 320 143 304 0 64 6 22 463 66 74
Binary 11010000 1100011 11000100 0 110100 110 10010 100110011 110110 111100

Color Harmonies of #D063C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D063C4

Black with #D063C4

Text Example


Text Example

White with #D063C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D063C4; }

 p { color: rgb(208,99,196); }

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

background-color css

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

 a { background-color: rgb(208,99,196); }

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

border-color css

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

 span { border-color: rgb(208,99,196); }

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