Html Css Color HEX #D85CB3 Fuchsia

📋 copy color: '#D85CB3'

red 216 ◦ green 92 ◦ blue 179

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

Shades of Fuchsia #D85CB3

Tints of Fuchsia #D85CB3

RGB

 RED value IS 216 (84.77% from 255) = 44.35%

 GREEN value IS 92 (36.33% from 255) = 18.89%

 BLUE value IS 179 (70.31% from 255) = 36.76%

R = 44.35%
G = 18.89%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D85CB3 (or 0xD85CB3) is known color: Fuchsia. HEX triplet: D8, 5C and B3. RGB value is (216,92,179). Sum of RGB (Red+Green+Blue) = 216+92+179=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D85CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85CB3 is #27A34C. Grayscale: #8A8A8A. Windows color (decimal): -2597709 or 11754712. OLE color: 11754712.

HSL color Cylindrical-coordinate representation of color #D85CB3: hue angle of 317.9º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85CB3 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 92 179 -
CMYK 0 0.57 0.17 0.15
HSL 317.9º 0.61% 0.6% -
HSV(B) 317.9º 0.57% 0.85% -
XYZ 40.28 25.51 45.45 -
YUV 138.99 150.58 182.93 -
System Red Green Blue C M Y K H S L
Decimal 216 92 179 0 0.57 0.17 0.15 317.9 0.61 0.6
Hex D8 5C B3 0 39 11 F 13E 3D 3C
Octal 330 134 263 0 71 21 17 476 75 74
Binary 11011000 1011100 10110011 0 111001 10001 1111 100111110 111101 111100

Color Harmonies of #D85CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85CB3

Black with #D85CB3

Text Example


Text Example

White with #D85CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85CB3; }

 p { color: rgb(216,92,179); }

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

background-color css

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

 a { background-color: rgb(216,92,179); }

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

border-color css

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

 span { border-color: rgb(216,92,179); }

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