Html Css Color HEX #D067B1 Fuchsia

📋 copy color: '#D067B1'

red 208 ◦ green 103 ◦ blue 177

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

Shades of Fuchsia #D067B1

Tints of Fuchsia #D067B1

RGB

 RED value IS 208 (81.64% from 255) = 42.62%

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

 BLUE value IS 177 (69.53% from 255) = 36.27%

R = 42.62%
G = 21.11%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D067B1 (or 0xD067B1) is known color: Fuchsia. HEX triplet: D0, 67 and B1. RGB value is (208,103,177). Sum of RGB (Red+Green+Blue) = 208+103+177=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D067B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D067B1 is #2F984E. Grayscale: #8E8E8E. Windows color (decimal): -3119183 or 11626448. OLE color: 11626448.

HSL color Cylindrical-coordinate representation of color #D067B1: hue angle of 317.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D067B1 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 103 177 -
CMYK 0 0.50 0.15 0.18
HSL 317.71º 0.53% 0.61% -
HSV(B) 317.71º 0.5% 0.82% -
XYZ 38.8 26.28 44.62 -
YUV 142.83 147.29 174.48 -
System Red Green Blue C M Y K H S L
Decimal 208 103 177 0 0.50 0.15 0.18 317.71 0.53 0.61
Hex D0 67 B1 0 32 F 12 13E 35 3D
Octal 320 147 261 0 62 17 22 476 65 75
Binary 11010000 1100111 10110001 0 110010 1111 10010 100111110 110101 111101

Color Harmonies of #D067B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D067B1

Black with #D067B1

Text Example


Text Example

White with #D067B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D067B1; }

 p { color: rgb(208,103,177); }

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

background-color css

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

 a { background-color: rgb(208,103,177); }

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

border-color css

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

 span { border-color: rgb(208,103,177); }

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