Html Css Color HEX #D85CBB Fuchsia

📋 copy color: '#D85CBB'

red 216 ◦ green 92 ◦ blue 187

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

Shades of Fuchsia #D85CBB

Tints of Fuchsia #D85CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.78%

R = 43.64%
G = 18.59%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D85CBB (or 0xD85CBB) is known color: Fuchsia. HEX triplet: D8, 5C and BB. RGB value is (216,92,187). Sum of RGB (Red+Green+Blue) = 216+92+187=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D85CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85CBB is #27A344. Grayscale: #8B8B8B. Windows color (decimal): -2597701 or 12279000. OLE color: 12279000.

HSL color Cylindrical-coordinate representation of color #D85CBB: hue angle of 314.03º 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 #D85CBB is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 92 187 -
CMYK 0 0.57 0.13 0.15
HSL 314.03º 0.61% 0.6% -
HSV(B) 314.03º 0.57% 0.85% -
XYZ 41.12 25.84 49.83 -
YUV 139.91 154.58 182.28 -
System Red Green Blue C M Y K H S L
Decimal 216 92 187 0 0.57 0.13 0.15 314.03 0.61 0.6
Hex D8 5C BB 0 39 D F 13A 3D 3C
Octal 330 134 273 0 71 15 17 472 75 74
Binary 11011000 1011100 10111011 0 111001 1101 1111 100111010 111101 111100

Color Harmonies of #D85CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85CBB

Black with #D85CBB

Text Example


Text Example

White with #D85CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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