Html Css Color HEX #D467B4 Fuchsia

📋 copy color: '#D467B4'

red 212 ◦ green 103 ◦ blue 180

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

Shades of Fuchsia #D467B4

Tints of Fuchsia #D467B4

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.81%

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

R = 42.83%
G = 20.81%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D467B4 (or 0xD467B4) is known color: Fuchsia. HEX triplet: D4, 67 and B4. RGB value is (212,103,180). Sum of RGB (Red+Green+Blue) = 212+103+180=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D467B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467B4 is #2B984B. Grayscale: #909090. Windows color (decimal): -2857036 or 11823060. OLE color: 11823060.

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

Color convert

RGB 212 103 180 -
CMYK 0 0.51 0.15 0.17
HSL 317.61º 0.56% 0.62% -
HSV(B) 317.61º 0.51% 0.83% -
XYZ 40.24 26.99 46.27 -
YUV 144.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 212 103 180 0 0.51 0.15 0.17 317.61 0.56 0.62
Hex D4 67 B4 0 33 F 11 13E 38 3E
Octal 324 147 264 0 63 17 21 476 70 76
Binary 11010100 1100111 10110100 0 110011 1111 10001 100111110 111000 111110

Color Harmonies of #D467B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D467B4

Black with #D467B4

Text Example


Text Example

White with #D467B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D467B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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