Html Css Color HEX #D74DBB Fuchsia

📋 copy color: '#D74DBB'

red 215 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #D74DBB

Tints of Fuchsia #D74DBB

RGB

 RED value IS 215 (84.38% from 255) = 44.89%

 GREEN value IS 77 (30.47% from 255) = 16.08%

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

R = 44.89%
G = 16.08%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D74DBB (or 0xD74DBB) is known color: Fuchsia. HEX triplet: D7, 4D and BB. RGB value is (215,77,187). Sum of RGB (Red+Green+Blue) = 215+77+187=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DBB is #28B244. Grayscale: #828282. Windows color (decimal): -2667077 or 12275159. OLE color: 12275159.

HSL color Cylindrical-coordinate representation of color #D74DBB: hue angle of 312.17º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74DBB is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 77 187 -
CMYK 0 0.64 0.13 0.16
HSL 312.17º 0.63% 0.57% -
HSV(B) 312.17º 0.64% 0.84% -
XYZ 39.65 23.34 49.43 -
YUV 130.8 159.72 188.06 -
System Red Green Blue C M Y K H S L
Decimal 215 77 187 0 0.64 0.13 0.16 312.17 0.63 0.57
Hex D7 4D BB 0 40 D 10 138 3F 39
Octal 327 115 273 0 100 15 20 470 77 71
Binary 11010111 1001101 10111011 0 1000000 1101 10000 100111000 111111 111001

Color Harmonies of #D74DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DBB

Black with #D74DBB

Text Example


Text Example

White with #D74DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DBB; }

 p { color: rgb(215,77,187); }

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

background-color css

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

 a { background-color: rgb(215,77,187); }

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

border-color css

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

 span { border-color: rgb(215,77,187); }

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