Html Css Color HEX #D466B5 Fuchsia

📋 copy color: '#D466B5'

red 212 ◦ green 102 ◦ blue 181

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

Shades of Fuchsia #D466B5

Tints of Fuchsia #D466B5

RGB

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

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

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

R = 42.83%
G = 20.61%
B = 36.57%

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

#D466B5 (or 0xD466B5) is known color: Fuchsia. HEX triplet: D4, 66 and B5. RGB value is (212,102,181). Sum of RGB (Red+Green+Blue) = 212+102+181=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D466B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466B5 is #2B994A. Grayscale: #8F8F8F. Windows color (decimal): -2857291 or 11888340. OLE color: 11888340.

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

Color convert

RGB 212 102 181 -
CMYK 0 0.52 0.15 0.17
HSL 316.91º 0.56% 0.62% -
HSV(B) 316.91º 0.52% 0.83% -
XYZ 40.24 26.84 46.77 -
YUV 143.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 212 102 181 0 0.52 0.15 0.17 316.91 0.56 0.62
Hex D4 66 B5 0 34 F 11 13D 38 3E
Octal 324 146 265 0 64 17 21 475 70 76
Binary 11010100 1100110 10110101 0 110100 1111 10001 100111101 111000 111110

Color Harmonies of #D466B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D466B5

Black with #D466B5

Text Example


Text Example

White with #D466B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D466B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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