Html Css Color HEX #D138CB Fuchsia

📋 copy color: '#D138CB'

red 209 ◦ green 56 ◦ blue 203

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

Shades of Fuchsia #D138CB

Tints of Fuchsia #D138CB

RGB

 RED value IS 209 (82.03% from 255) = 44.66%

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

 BLUE value IS 203 (79.69% from 255) = 43.38%

R = 44.66%
G = 11.97%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D138CB (or 0xD138CB) is known color: Fuchsia. HEX triplet: D1, 38 and CB. RGB value is (209,56,203). Sum of RGB (Red+Green+Blue) = 209+56+203=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D138CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D138CB is #2EC734. Grayscale: #767676. Windows color (decimal): -3065653 or 13318353. OLE color: 13318353.

HSL color Cylindrical-coordinate representation of color #D138CB: hue angle of 302.35º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D138CB is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 56 203 -
CMYK 0 0.73 0.03 0.18
HSL 302.35º 0.62% 0.52% -
HSV(B) 302.35º 0.73% 0.82% -
XYZ 38.49 20.7 58.47 -
YUV 118.51 175.69 192.55 -
System Red Green Blue C M Y K H S L
Decimal 209 56 203 0 0.73 0.03 0.18 302.35 0.62 0.52
Hex D1 38 CB 0 49 3 12 12E 3E 34
Octal 321 70 313 0 111 3 22 456 76 64
Binary 11010001 111000 11001011 0 1001001 11 10010 100101110 111110 110100

Color Harmonies of #D138CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D138CB

Black with #D138CB

Text Example


Text Example

White with #D138CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D138CB; }

 p { color: rgb(209,56,203); }

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

background-color css

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

 a { background-color: rgb(209,56,203); }

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

border-color css

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

 span { border-color: rgb(209,56,203); }

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