Html Css Color HEX #D466B4 Fuchsia

📋 copy color: '#D466B4'

red 212 ◦ green 102 ◦ blue 180

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

Shades of Fuchsia #D466B4

Tints of Fuchsia #D466B4

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.65%

 BLUE value IS 180 (70.7% from 255) = 36.44%

R = 42.91%
G = 20.65%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D466B4 (or 0xD466B4) is known color: Fuchsia. HEX triplet: D4, 66 and B4. RGB value is (212,102,180). Sum of RGB (Red+Green+Blue) = 212+102+180=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D466B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466B4 is #2B994B. Grayscale: #8F8F8F. Windows color (decimal): -2857292 or 11822804. OLE color: 11822804.

HSL color Cylindrical-coordinate representation of color #D466B4: hue angle of 317.45º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D466B4 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 102 180 -
CMYK 0 0.52 0.15 0.17
HSL 317.45º 0.56% 0.62% -
HSV(B) 317.45º 0.52% 0.83% -
XYZ 40.14 26.8 46.24 -
YUV 143.78 148.44 176.66 -
System Red Green Blue C M Y K H S L
Decimal 212 102 180 0 0.52 0.15 0.17 317.45 0.56 0.62
Hex D4 66 B4 0 34 F 11 13D 38 3E
Octal 324 146 264 0 64 17 21 475 70 76
Binary 11010100 1100110 10110100 0 110100 1111 10001 100111101 111000 111110

Color Harmonies of #D466B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D466B4

Black with #D466B4

Text Example


Text Example

White with #D466B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D466B4; }

 p { color: rgb(212,102,180); }

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

background-color css

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

 a { background-color: rgb(212,102,180); }

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

border-color css

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

 span { border-color: rgb(212,102,180); }

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