Html Css Color HEX #D74BBA Fuchsia

📋 copy color: '#D74BBA'

red 215 ◦ green 75 ◦ blue 186

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

Shades of Fuchsia #D74BBA

Tints of Fuchsia #D74BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.76%

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 45.17%
G = 15.76%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D74BBA (or 0xD74BBA) is known color: Fuchsia. HEX triplet: D7, 4B and BA. RGB value is (215,75,186). Sum of RGB (Red+Green+Blue) = 215+75+186=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74BBA is #28B445. Grayscale: #818181. Windows color (decimal): -2667590 or 12209111. OLE color: 12209111.

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

Color convert

RGB 215 75 186 -
CMYK 0 0.65 0.13 0.16
HSL 312.43º 0.64% 0.57% -
HSV(B) 312.43º 0.65% 0.84% -
XYZ 39.4 23.02 48.82 -
YUV 129.51 159.88 188.97 -
System Red Green Blue C M Y K H S L
Decimal 215 75 186 0 0.65 0.13 0.16 312.43 0.64 0.57
Hex D7 4B BA 0 41 D 10 138 40 39
Octal 327 113 272 0 101 15 20 470 100 71
Binary 11010111 1001011 10111010 0 1000001 1101 10000 100111000 1000000 111001

Color Harmonies of #D74BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74BBA

Black with #D74BBA

Text Example


Text Example

White with #D74BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74BBA; }

 p { color: rgb(215,75,186); }

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

background-color css

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

 a { background-color: rgb(215,75,186); }

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

border-color css

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

 span { border-color: rgb(215,75,186); }

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