Html Css Color HEX #D35DBF Fuchsia

📋 copy color: '#D35DBF'

red 211 ◦ green 93 ◦ blue 191

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

Shades of Fuchsia #D35DBF

Tints of Fuchsia #D35DBF

RGB

 RED value IS 211 (82.81% from 255) = 42.63%

 GREEN value IS 93 (36.72% from 255) = 18.79%

 BLUE value IS 191 (75% from 255) = 38.59%

R = 42.63%
G = 18.79%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D35DBF (or 0xD35DBF) is known color: Fuchsia. HEX triplet: D3, 5D and BF. RGB value is (211,93,191). Sum of RGB (Red+Green+Blue) = 211+93+191=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D35DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35DBF is #2CA240. Grayscale: #8B8B8B. Windows color (decimal): -2925121 or 12541395. OLE color: 12541395.

HSL color Cylindrical-coordinate representation of color #D35DBF: hue angle of 310.17º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35DBF is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 93 191 -
CMYK 0 0.56 0.09 0.17
HSL 310.17º 0.57% 0.6% -
HSV(B) 310.17º 0.56% 0.83% -
XYZ 40.18 25.44 52.08 -
YUV 139.45 157.09 179.03 -
System Red Green Blue C M Y K H S L
Decimal 211 93 191 0 0.56 0.09 0.17 310.17 0.57 0.6
Hex D3 5D BF 0 38 9 11 136 39 3C
Octal 323 135 277 0 70 11 21 466 71 74
Binary 11010011 1011101 10111111 0 111000 1001 10001 100110110 111001 111100

Color Harmonies of #D35DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35DBF

Black with #D35DBF

Text Example


Text Example

White with #D35DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35DBF; }

 p { color: rgb(211,93,191); }

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

background-color css

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

 a { background-color: rgb(211,93,191); }

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

border-color css

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

 span { border-color: rgb(211,93,191); }

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