Html Css Color HEX #D038CB Fuchsia

📋 copy color: '#D038CB'

red 208 ◦ green 56 ◦ blue 203

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

Shades of Fuchsia #D038CB

Tints of Fuchsia #D038CB

RGB

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

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

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

R = 44.54%
G = 11.99%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D038CB (or 0xD038CB) is known color: Fuchsia. HEX triplet: D0, 38 and CB. RGB value is (208,56,203). Sum of RGB (Red+Green+Blue) = 208+56+203=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D038CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038CB is #2FC734. Grayscale: #757575. Windows color (decimal): -3131189 or 13318352. OLE color: 13318352.

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

Color convert

RGB 208 56 203 -
CMYK 0 0.73 0.02 0.18
HSL 301.97º 0.62% 0.52% -
HSV(B) 301.97º 0.73% 0.82% -
XYZ 38.21 20.55 58.45 -
YUV 118.21 175.86 192.05 -
System Red Green Blue C M Y K H S L
Decimal 208 56 203 0 0.73 0.02 0.18 301.97 0.62 0.52
Hex D0 38 CB 0 49 2 12 12E 3E 34
Octal 320 70 313 0 111 2 22 456 76 64
Binary 11010000 111000 11001011 0 1001001 10 10010 100101110 111110 110100

Color Harmonies of #D038CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038CB

Black with #D038CB

Text Example


Text Example

White with #D038CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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