Html Css Color HEX #D067B6 Fuchsia

📋 copy color: '#D067B6'

red 208 ◦ green 103 ◦ blue 182

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

Shades of Fuchsia #D067B6

Tints of Fuchsia #D067B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.92%

R = 42.19%
G = 20.89%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D067B6 (or 0xD067B6) is known color: Fuchsia. HEX triplet: D0, 67 and B6. RGB value is (208,103,182). Sum of RGB (Red+Green+Blue) = 208+103+182=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D067B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067B6 is #2F9849. Grayscale: #8F8F8F. Windows color (decimal): -3119178 or 11954128. OLE color: 11954128.

HSL color Cylindrical-coordinate representation of color #D067B6: hue angle of 314.86º 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 #D067B6 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 103 182 -
CMYK 0 0.50 0.12 0.18
HSL 314.86º 0.53% 0.61% -
HSV(B) 314.86º 0.5% 0.82% -
XYZ 39.31 26.49 47.3 -
YUV 143.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 208 103 182 0 0.50 0.12 0.18 314.86 0.53 0.61
Hex D0 67 B6 0 32 C 12 13B 35 3D
Octal 320 147 266 0 62 14 22 473 65 75
Binary 11010000 1100111 10110110 0 110010 1100 10010 100111011 110101 111101

Color Harmonies of #D067B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D067B6

Black with #D067B6

Text Example


Text Example

White with #D067B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D067B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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