Html Css Color HEX #D94BBA Fuchsia

📋 copy color: '#D94BBA'

red 217 ◦ green 75 ◦ blue 186

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

Shades of Fuchsia #D94BBA

Tints of Fuchsia #D94BBA

RGB

 RED value IS 217 (85.16% from 255) = 45.4%

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

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

R = 45.4%
G = 15.69%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D94BBA (or 0xD94BBA) is known color: Fuchsia. HEX triplet: D9, 4B and BA. RGB value is (217,75,186). Sum of RGB (Red+Green+Blue) = 217+75+186=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D94BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94BBA is #26B445. Grayscale: #818181. Windows color (decimal): -2536518 or 12209113. OLE color: 12209113.

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

Color convert

RGB 217 75 186 -
CMYK 0 0.65 0.14 0.15
HSL 313.1º 0.65% 0.57% -
HSV(B) 313.1º 0.65% 0.85% -
XYZ 39.99 23.33 48.85 -
YUV 130.11 159.54 189.97 -
System Red Green Blue C M Y K H S L
Decimal 217 75 186 0 0.65 0.14 0.15 313.1 0.65 0.57
Hex D9 4B BA 0 41 E F 139 41 39
Octal 331 113 272 0 101 16 17 471 101 71
Binary 11011001 1001011 10111010 0 1000001 1110 1111 100111001 1000001 111001

Color Harmonies of #D94BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94BBA

Black with #D94BBA

Text Example


Text Example

White with #D94BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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