Html Css Color HEX #D231CD Fuchsia

📋 copy color: '#D231CD'

red 210 ◦ green 49 ◦ blue 205

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

Shades of Fuchsia #D231CD

Tints of Fuchsia #D231CD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.56%

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

R = 45.26%
G = 10.56%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D231CD (or 0xD231CD) is known color: Fuchsia. HEX triplet: D2, 31 and CD. RGB value is (210,49,205). Sum of RGB (Red+Green+Blue) = 210+49+205=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D231CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231CD is #2DCE32. Grayscale: #727272. Windows color (decimal): -3001907 or 13447634. OLE color: 13447634.

HSL color Cylindrical-coordinate representation of color #D231CD: hue angle of 301.86º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D231CD is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 49 205 -
CMYK 0 0.77 0.02 0.18
HSL 301.86º 0.64% 0.51% -
HSV(B) 301.86º 0.77% 0.82% -
XYZ 38.7 20.31 59.64 -
YUV 114.92 178.84 195.82 -
System Red Green Blue C M Y K H S L
Decimal 210 49 205 0 0.77 0.02 0.18 301.86 0.64 0.51
Hex D2 31 CD 0 4D 2 12 12E 40 33
Octal 322 61 315 0 115 2 22 456 100 63
Binary 11010010 110001 11001101 0 1001101 10 10010 100101110 1000000 110011

Color Harmonies of #D231CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231CD

Black with #D231CD

Text Example


Text Example

White with #D231CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231CD; }

 p { color: rgb(210,49,205); }

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

background-color css

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

 a { background-color: rgb(210,49,205); }

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

border-color css

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

 span { border-color: rgb(210,49,205); }

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