Html Css Color HEX #D469B7 Fuchsia

📋 copy color: '#D469B7'

red 212 ◦ green 105 ◦ blue 183

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

Shades of Fuchsia #D469B7

Tints of Fuchsia #D469B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.6%

R = 42.4%
G = 21%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D469B7 (or 0xD469B7) is known color: Fuchsia. HEX triplet: D4, 69 and B7. RGB value is (212,105,183). Sum of RGB (Red+Green+Blue) = 212+105+183=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D469B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469B7 is #2B9648. Grayscale: #919191. Windows color (decimal): -2856521 or 12020180. OLE color: 12020180.

HSL color Cylindrical-coordinate representation of color #D469B7: hue angle of 316.26º 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 #D469B7 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 105 183 -
CMYK 0 0.50 0.14 0.17
HSL 316.26º 0.55% 0.62% -
HSV(B) 316.26º 0.5% 0.83% -
XYZ 40.75 27.52 47.96 -
YUV 145.89 148.95 175.16 -
System Red Green Blue C M Y K H S L
Decimal 212 105 183 0 0.50 0.14 0.17 316.26 0.55 0.62
Hex D4 69 B7 0 32 E 11 13C 37 3E
Octal 324 151 267 0 62 16 21 474 67 76
Binary 11010100 1101001 10110111 0 110010 1110 10001 100111100 110111 111110

Color Harmonies of #D469B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D469B7

Black with #D469B7

Text Example


Text Example

White with #D469B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D469B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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