Html Css Color HEX #D838B5 Fuchsia

📋 copy color: '#D838B5'

red 216 ◦ green 56 ◦ blue 181

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

Shades of Fuchsia #D838B5

Tints of Fuchsia #D838B5

RGB

 RED value IS 216 (84.77% from 255) = 47.68%

 GREEN value IS 56 (22.27% from 255) = 12.36%

 BLUE value IS 181 (71.09% from 255) = 39.96%

R = 47.68%
G = 12.36%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D838B5 (or 0xD838B5) is known color: Fuchsia. HEX triplet: D8, 38 and B5. RGB value is (216,56,181). Sum of RGB (Red+Green+Blue) = 216+56+181=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D838B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D838B5 is #27C74A. Grayscale: #757575. Windows color (decimal): -2606923 or 11876568. OLE color: 11876568.

HSL color Cylindrical-coordinate representation of color #D838B5: hue angle of 313.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D838B5 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 56 181 -
CMYK 0 0.74 0.16 0.15
HSL 313.13º 0.67% 0.53% -
HSV(B) 313.13º 0.74% 0.85% -
XYZ 38.07 20.76 45.72 -
YUV 118.09 163.51 197.84 -
System Red Green Blue C M Y K H S L
Decimal 216 56 181 0 0.74 0.16 0.15 313.13 0.67 0.53
Hex D8 38 B5 0 4A 10 F 139 43 35
Octal 330 70 265 0 112 20 17 471 103 65
Binary 11011000 111000 10110101 0 1001010 10000 1111 100111001 1000011 110101

Color Harmonies of #D838B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D838B5

Black with #D838B5

Text Example


Text Example

White with #D838B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D838B5; }

 p { color: rgb(216,56,181); }

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

background-color css

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

 a { background-color: rgb(216,56,181); }

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

border-color css

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

 span { border-color: rgb(216,56,181); }

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