Html Css Color HEX #D338CF Fuchsia

📋 copy color: '#D338CF'

red 211 ◦ green 56 ◦ blue 207

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

Shades of Fuchsia #D338CF

Tints of Fuchsia #D338CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 44.51%
G = 11.81%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D338CF (or 0xD338CF) is known color: Fuchsia. HEX triplet: D3, 38 and CF. RGB value is (211,56,207). Sum of RGB (Red+Green+Blue) = 211+56+207=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D338CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D338CF is #2CC730. Grayscale: #777777. Windows color (decimal): -2934577 or 13580499. OLE color: 13580499.

HSL color Cylindrical-coordinate representation of color #D338CF: hue angle of 301.55º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D338CF is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 56 207 -
CMYK 0 0.73 0.02 0.17
HSL 301.55º 0.64% 0.52% -
HSV(B) 301.55º 0.73% 0.83% -
XYZ 39.54 21.18 61.04 -
YUV 119.56 177.35 193.22 -
System Red Green Blue C M Y K H S L
Decimal 211 56 207 0 0.73 0.02 0.17 301.55 0.64 0.52
Hex D3 38 CF 0 49 2 11 12E 40 34
Octal 323 70 317 0 111 2 21 456 100 64
Binary 11010011 111000 11001111 0 1001001 10 10001 100101110 1000000 110100

Color Harmonies of #D338CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D338CF

Black with #D338CF

Text Example


Text Example

White with #D338CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D338CF; }

 p { color: rgb(211,56,207); }

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

background-color css

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

 a { background-color: rgb(211,56,207); }

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

border-color css

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

 span { border-color: rgb(211,56,207); }

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