Html Css Color HEX #D153CD Fuchsia

📋 copy color: '#D153CD'

red 209 ◦ green 83 ◦ blue 205

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

Shades of Fuchsia #D153CD

Tints of Fuchsia #D153CD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.7%

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 42.05%
G = 16.7%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D153CD (or 0xD153CD) is known color: Fuchsia. HEX triplet: D1, 53 and CD. RGB value is (209,83,205). Sum of RGB (Red+Green+Blue) = 209+83+205=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D153CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D153CD is #2EAC32. Grayscale: #868686. Windows color (decimal): -3058739 or 13456337. OLE color: 13456337.

HSL color Cylindrical-coordinate representation of color #D153CD: hue angle of 301.9º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D153CD is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 83 205 -
CMYK 0 0.60 0.02 0.18
HSL 301.9º 0.58% 0.57% -
HSV(B) 301.9º 0.6% 0.82% -
XYZ 40.41 24.15 60.29 -
YUV 134.58 167.74 181.08 -
System Red Green Blue C M Y K H S L
Decimal 209 83 205 0 0.60 0.02 0.18 301.9 0.58 0.57
Hex D1 53 CD 0 3C 2 12 12E 3A 39
Octal 321 123 315 0 74 2 22 456 72 71
Binary 11010001 1010011 11001101 0 111100 10 10010 100101110 111010 111001

Color Harmonies of #D153CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D153CD

Black with #D153CD

Text Example


Text Example

White with #D153CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D153CD; }

 p { color: rgb(209,83,205); }

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

background-color css

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

 a { background-color: rgb(209,83,205); }

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

border-color css

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

 span { border-color: rgb(209,83,205); }

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