Html Css Color HEX #D150CA Fuchsia

📋 copy color: '#D150CA'

red 209 ◦ green 80 ◦ blue 202

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

Shades of Fuchsia #D150CA

Tints of Fuchsia #D150CA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.29%

 BLUE value IS 202 (79.3% from 255) = 41.14%

R = 42.57%
G = 16.29%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D150CA (or 0xD150CA) is known color: Fuchsia. HEX triplet: D1, 50 and CA. RGB value is (209,80,202). Sum of RGB (Red+Green+Blue) = 209+80+202=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D150CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150CA is #2EAF35. Grayscale: #848484. Windows color (decimal): -3059510 or 13258961. OLE color: 13258961.

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

Color convert

RGB 209 80 202 -
CMYK 0 0.62 0.03 0.18
HSL 303.26º 0.58% 0.57% -
HSV(B) 303.26º 0.62% 0.82% -
XYZ 39.82 23.56 58.33 -
YUV 132.48 167.24 182.58 -
System Red Green Blue C M Y K H S L
Decimal 209 80 202 0 0.62 0.03 0.18 303.26 0.58 0.57
Hex D1 50 CA 0 3E 3 12 12F 3A 39
Octal 321 120 312 0 76 3 22 457 72 71
Binary 11010001 1010000 11001010 0 111110 11 10010 100101111 111010 111001

Color Harmonies of #D150CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150CA

Black with #D150CA

Text Example


Text Example

White with #D150CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150CA; }

 p { color: rgb(209,80,202); }

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

background-color css

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

 a { background-color: rgb(209,80,202); }

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

border-color css

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

 span { border-color: rgb(209,80,202); }

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