Html Css Color HEX #D069B7 Fuchsia

📋 copy color: '#D069B7'

red 208 ◦ green 105 ◦ blue 183

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

Shades of Fuchsia #D069B7

Tints of Fuchsia #D069B7

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.17%

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

R = 41.94%
G = 21.17%
B = 36.9%

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

#D069B7 (or 0xD069B7) is known color: Fuchsia. HEX triplet: D0, 69 and B7. RGB value is (208,105,183). Sum of RGB (Red+Green+Blue) = 208+105+183=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D069B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069B7 is #2F9648. Grayscale: #909090. Windows color (decimal): -3118665 or 12020176. OLE color: 12020176.

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

Color convert

RGB 208 105 183 -
CMYK 0 0.50 0.12 0.18
HSL 314.56º 0.52% 0.61% -
HSV(B) 314.56º 0.5% 0.82% -
XYZ 39.61 26.93 47.91 -
YUV 144.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 208 105 183 0 0.50 0.12 0.18 314.56 0.52 0.61
Hex D0 69 B7 0 32 C 12 13B 34 3D
Octal 320 151 267 0 62 14 22 473 64 75
Binary 11010000 1101001 10110111 0 110010 1100 10010 100111011 110100 111101

Color Harmonies of #D069B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069B7

Black with #D069B7

Text Example


Text Example

White with #D069B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069B7; }

 p { color: rgb(208,105,183); }

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

background-color css

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

 a { background-color: rgb(208,105,183); }

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

border-color css

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

 span { border-color: rgb(208,105,183); }

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