Html Css Color HEX #D067BB Fuchsia

📋 copy color: '#D067BB'

red 208 ◦ green 103 ◦ blue 187

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

Shades of Fuchsia #D067BB

Tints of Fuchsia #D067BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.55%

R = 41.77%
G = 20.68%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D067BB (or 0xD067BB) is known color: Fuchsia. HEX triplet: D0, 67 and BB. RGB value is (208,103,187). Sum of RGB (Red+Green+Blue) = 208+103+187=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D067BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067BB is #2F9844. Grayscale: #8F8F8F. Windows color (decimal): -3119173 or 12281808. OLE color: 12281808.

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

Color convert

RGB 208 103 187 -
CMYK 0 0.50 0.10 0.18
HSL 312º 0.53% 0.61% -
HSV(B) 312º 0.5% 0.82% -
XYZ 39.83 26.7 50.07 -
YUV 143.97 152.29 173.67 -
System Red Green Blue C M Y K H S L
Decimal 208 103 187 0 0.50 0.10 0.18 312 0.53 0.61
Hex D0 67 BB 0 32 A 12 138 35 3D
Octal 320 147 273 0 62 12 22 470 65 75
Binary 11010000 1100111 10111011 0 110010 1010 10010 100111000 110101 111101

Color Harmonies of #D067BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D067BB

Black with #D067BB

Text Example


Text Example

White with #D067BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D067BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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