Html Css Color HEX #DB4CBB Fuchsia

📋 copy color: '#DB4CBB'

red 219 ◦ green 76 ◦ blue 187

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

Shades of Fuchsia #DB4CBB

Tints of Fuchsia #DB4CBB

RGB

 RED value IS 219 (85.94% from 255) = 45.44%

 GREEN value IS 76 (30.08% from 255) = 15.77%

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

R = 45.44%
G = 15.77%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB4CBB (or 0xDB4CBB) is known color: Fuchsia. HEX triplet: DB, 4C and BB. RGB value is (219,76,187). Sum of RGB (Red+Green+Blue) = 219+76+187=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4CBB is #24B344. Grayscale: #838383. Windows color (decimal): -2405189 or 12274907. OLE color: 12274907.

HSL color Cylindrical-coordinate representation of color #DB4CBB: hue angle of 313.43º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4CBB is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 76 187 -
CMYK 0 0.65 0.15 0.14
HSL 313.43º 0.67% 0.58% -
HSV(B) 313.43º 0.65% 0.86% -
XYZ 40.77 23.82 49.46 -
YUV 131.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 219 76 187 0 0.65 0.15 0.14 313.43 0.67 0.58
Hex DB 4C BB 0 41 F E 139 43 3A
Octal 333 114 273 0 101 17 16 471 103 72
Binary 11011011 1001100 10111011 0 1000001 1111 1110 100111001 1000011 111010

Color Harmonies of #DB4CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4CBB

Black with #DB4CBB

Text Example


Text Example

White with #DB4CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4CBB; }

 p { color: rgb(219,76,187); }

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

background-color css

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

 a { background-color: rgb(219,76,187); }

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

border-color css

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

 span { border-color: rgb(219,76,187); }

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