Html Css Color HEX #D262C1 Fuchsia

📋 copy color: '#D262C1'

red 210 ◦ green 98 ◦ blue 193

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

Shades of Fuchsia #D262C1

Tints of Fuchsia #D262C1

RGB

 RED value IS 210 (82.42% from 255) = 41.92%

 GREEN value IS 98 (38.67% from 255) = 19.56%

 BLUE value IS 193 (75.78% from 255) = 38.52%

R = 41.92%
G = 19.56%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D262C1 (or 0xD262C1) is known color: Fuchsia. HEX triplet: D2, 62 and C1. RGB value is (210,98,193). Sum of RGB (Red+Green+Blue) = 210+98+193=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D262C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262C1 is #2D9D3E. Grayscale: #8E8E8E. Windows color (decimal): -2989375 or 12673746. OLE color: 12673746.

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

Color convert

RGB 210 98 193 -
CMYK 0 0.53 0.08 0.18
HSL 309.11º 0.55% 0.6% -
HSV(B) 309.11º 0.53% 0.82% -
XYZ 40.57 26.29 53.39 -
YUV 142.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 210 98 193 0 0.53 0.08 0.18 309.11 0.55 0.6
Hex D2 62 C1 0 35 8 12 135 37 3C
Octal 322 142 301 0 65 10 22 465 67 74
Binary 11010010 1100010 11000001 0 110101 1000 10010 100110101 110111 111100

Color Harmonies of #D262C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D262C1

Black with #D262C1

Text Example


Text Example

White with #D262C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D262C1; }

 p { color: rgb(210,98,193); }

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

background-color css

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

 a { background-color: rgb(210,98,193); }

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

border-color css

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

 span { border-color: rgb(210,98,193); }

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