Html Css Color HEX #D057C4 Fuchsia

📋 copy color: '#D057C4'

red 208 ◦ green 87 ◦ blue 196

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

Shades of Fuchsia #D057C4

Tints of Fuchsia #D057C4

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.72%

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

R = 42.36%
G = 17.72%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D057C4 (or 0xD057C4) is known color: Fuchsia. HEX triplet: D0, 57 and C4. RGB value is (208,87,196). Sum of RGB (Red+Green+Blue) = 208+87+196=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D057C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D057C4 is #2FA83B. Grayscale: #878787. Windows color (decimal): -3123260 or 12867536. OLE color: 12867536.

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

Color convert

RGB 208 87 196 -
CMYK 0 0.58 0.06 0.18
HSL 305.95º 0.56% 0.58% -
HSV(B) 305.95º 0.58% 0.82% -
XYZ 39.38 24.21 54.82 -
YUV 135.61 162.09 179.64 -
System Red Green Blue C M Y K H S L
Decimal 208 87 196 0 0.58 0.06 0.18 305.95 0.56 0.58
Hex D0 57 C4 0 3A 6 12 132 38 3A
Octal 320 127 304 0 72 6 22 462 70 72
Binary 11010000 1010111 11000100 0 111010 110 10010 100110010 111000 111010

Color Harmonies of #D057C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D057C4

Black with #D057C4

Text Example


Text Example

White with #D057C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D057C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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