Html Css Color HEX #D667B7 Fuchsia

📋 copy color: '#D667B7'

red 214 ◦ green 103 ◦ blue 183

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

Shades of Fuchsia #D667B7

Tints of Fuchsia #D667B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.6%

R = 42.8%
G = 20.6%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D667B7 (or 0xD667B7) is known color: Fuchsia. HEX triplet: D6, 67 and B7. RGB value is (214,103,183). Sum of RGB (Red+Green+Blue) = 214+103+183=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D667B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667B7 is #299848. Grayscale: #919191. Windows color (decimal): -2725961 or 12019670. OLE color: 12019670.

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

Color convert

RGB 214 103 183 -
CMYK 0 0.52 0.14 0.16
HSL 316.76º 0.58% 0.62% -
HSV(B) 316.76º 0.52% 0.84% -
XYZ 41.13 27.42 47.92 -
YUV 145.31 149.27 177 -
System Red Green Blue C M Y K H S L
Decimal 214 103 183 0 0.52 0.14 0.16 316.76 0.58 0.62
Hex D6 67 B7 0 34 E 10 13D 3A 3E
Octal 326 147 267 0 64 16 20 475 72 76
Binary 11010110 1100111 10110111 0 110100 1110 10000 100111101 111010 111110

Color Harmonies of #D667B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D667B7

Black with #D667B7

Text Example


Text Example

White with #D667B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D667B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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