Html Css Color HEX #D469B5 Fuchsia

📋 copy color: '#D469B5'

red 212 ◦ green 105 ◦ blue 181

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

Shades of Fuchsia #D469B5

Tints of Fuchsia #D469B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.35%

R = 42.57%
G = 21.08%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D469B5 (or 0xD469B5) is known color: Fuchsia. HEX triplet: D4, 69 and B5. RGB value is (212,105,181). Sum of RGB (Red+Green+Blue) = 212+105+181=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D469B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469B5 is #2B964A. Grayscale: #919191. Windows color (decimal): -2856523 or 11889108. OLE color: 11889108.

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

Color convert

RGB 212 105 181 -
CMYK 0 0.50 0.15 0.17
HSL 317.38º 0.55% 0.62% -
HSV(B) 317.38º 0.5% 0.83% -
XYZ 40.54 27.44 46.87 -
YUV 145.66 147.95 175.32 -
System Red Green Blue C M Y K H S L
Decimal 212 105 181 0 0.50 0.15 0.17 317.38 0.55 0.62
Hex D4 69 B5 0 32 F 11 13D 37 3E
Octal 324 151 265 0 62 17 21 475 67 76
Binary 11010100 1101001 10110101 0 110010 1111 10001 100111101 110111 111110

Color Harmonies of #D469B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D469B5

Black with #D469B5

Text Example


Text Example

White with #D469B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D469B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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