Html Css Color HEX #D145CA Fuchsia

📋 copy color: '#D145CA'

red 209 ◦ green 69 ◦ blue 202

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

Shades of Fuchsia #D145CA

Tints of Fuchsia #D145CA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.38%

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

R = 43.54%
G = 14.38%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D145CA (or 0xD145CA) is known color: Fuchsia. HEX triplet: D1, 45 and CA. RGB value is (209,69,202). Sum of RGB (Red+Green+Blue) = 209+69+202=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 69 (27.34% from 255 or 14.38% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D145CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D145CA is #2EBA35. Grayscale: #7D7D7D. Windows color (decimal): -3062326 or 13256145. OLE color: 13256145.

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

Color convert

RGB 209 69 202 -
CMYK 0 0.67 0.03 0.18
HSL 303º 0.6% 0.55% -
HSV(B) 303º 0.67% 0.82% -
XYZ 39.08 22.08 58.08 -
YUV 126.02 170.88 187.19 -
System Red Green Blue C M Y K H S L
Decimal 209 69 202 0 0.67 0.03 0.18 303 0.6 0.55
Hex D1 45 CA 0 43 3 12 12F 3C 37
Octal 321 105 312 0 103 3 22 457 74 67
Binary 11010001 1000101 11001010 0 1000011 11 10010 100101111 111100 110111

Color Harmonies of #D145CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D145CA

Black with #D145CA

Text Example


Text Example

White with #D145CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D145CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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