Html Css Color HEX #D153CF Fuchsia

📋 copy color: '#D153CF'

red 209 ◦ green 83 ◦ blue 207

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

Shades of Fuchsia #D153CF

Tints of Fuchsia #D153CF

RGB

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

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

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

R = 41.88%
G = 16.63%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D153CF (or 0xD153CF) is known color: Fuchsia. HEX triplet: D1, 53 and CF. RGB value is (209,83,207). Sum of RGB (Red+Green+Blue) = 209+83+207=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D153CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D153CF is #2EAC30. Grayscale: #868686. Windows color (decimal): -3058737 or 13587409. OLE color: 13587409.

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

Color convert

RGB 209 83 207 -
CMYK 0 0.60 0.01 0.18
HSL 300.95º 0.58% 0.57% -
HSV(B) 300.95º 0.6% 0.82% -
XYZ 40.65 24.25 61.57 -
YUV 134.81 168.74 180.92 -
System Red Green Blue C M Y K H S L
Decimal 209 83 207 0 0.60 0.01 0.18 300.95 0.58 0.57
Hex D1 53 CF 0 3C 1 12 12D 3A 39
Octal 321 123 317 0 74 1 22 455 72 71
Binary 11010001 1010011 11001111 0 111100 1 10010 100101101 111010 111001

Color Harmonies of #D153CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D153CF

Black with #D153CF

Text Example


Text Example

White with #D153CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D153CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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