Html Css Color HEX #D469B3 Fuchsia

📋 copy color: '#D469B3'

red 212 ◦ green 105 ◦ blue 179

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

Shades of Fuchsia #D469B3

Tints of Fuchsia #D469B3

RGB

 RED value IS 212 (83.2% from 255) = 42.74%

 GREEN value IS 105 (41.41% from 255) = 21.17%

 BLUE value IS 179 (70.31% from 255) = 36.09%

R = 42.74%
G = 21.17%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D469B3 (or 0xD469B3) is known color: Fuchsia. HEX triplet: D4, 69 and B3. RGB value is (212,105,179). Sum of RGB (Red+Green+Blue) = 212+105+179=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D469B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469B3 is #2B964C. Grayscale: #919191. Windows color (decimal): -2856525 or 11758036. OLE color: 11758036.

HSL color Cylindrical-coordinate representation of color #D469B3: hue angle of 318.5º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D469B3 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 105 179 -
CMYK 0 0.50 0.16 0.17
HSL 318.5º 0.55% 0.62% -
HSV(B) 318.5º 0.5% 0.83% -
XYZ 40.34 27.35 45.8 -
YUV 145.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 212 105 179 0 0.50 0.16 0.17 318.5 0.55 0.62
Hex D4 69 B3 0 32 10 11 13F 37 3E
Octal 324 151 263 0 62 20 21 477 67 76
Binary 11010100 1101001 10110011 0 110010 10000 10001 100111111 110111 111110

Color Harmonies of #D469B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D469B3

Black with #D469B3

Text Example


Text Example

White with #D469B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D469B3; }

 p { color: rgb(212,105,179); }

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

background-color css

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

 a { background-color: rgb(212,105,179); }

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

border-color css

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

 span { border-color: rgb(212,105,179); }

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