Html Css Color HEX #D667B5 Fuchsia

📋 copy color: '#D667B5'

red 214 ◦ green 103 ◦ blue 181

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

Shades of Fuchsia #D667B5

Tints of Fuchsia #D667B5

RGB

 RED value IS 214 (83.98% from 255) = 42.97%

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

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

R = 42.97%
G = 20.68%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D667B5 (or 0xD667B5) is known color: Fuchsia. HEX triplet: D6, 67 and B5. RGB value is (214,103,181). Sum of RGB (Red+Green+Blue) = 214+103+181=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D667B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667B5 is #29984A. Grayscale: #909090. Windows color (decimal): -2725963 or 11888598. OLE color: 11888598.

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

Color convert

RGB 214 103 181 -
CMYK 0 0.52 0.15 0.16
HSL 317.84º 0.58% 0.62% -
HSV(B) 317.84º 0.52% 0.84% -
XYZ 40.92 27.33 46.83 -
YUV 145.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 214 103 181 0 0.52 0.15 0.16 317.84 0.58 0.62
Hex D6 67 B5 0 34 F 10 13E 3A 3E
Octal 326 147 265 0 64 17 20 476 72 76
Binary 11010110 1100111 10110101 0 110100 1111 10000 100111110 111010 111110

Color Harmonies of #D667B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D667B5

Black with #D667B5

Text Example


Text Example

White with #D667B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D667B5; }

 p { color: rgb(214,103,181); }

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

background-color css

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

 a { background-color: rgb(214,103,181); }

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

border-color css

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

 span { border-color: rgb(214,103,181); }

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