Html Css Color HEX #D238CD Fuchsia

📋 copy color: '#D238CD'

red 210 ◦ green 56 ◦ blue 205

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

Shades of Fuchsia #D238CD

Tints of Fuchsia #D238CD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.89%

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

R = 44.59%
G = 11.89%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D238CD (or 0xD238CD) is known color: Fuchsia. HEX triplet: D2, 38 and CD. RGB value is (210,56,205). Sum of RGB (Red+Green+Blue) = 210+56+205=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D238CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238CD is #2DC732. Grayscale: #767676. Windows color (decimal): -3000115 or 13449426. OLE color: 13449426.

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

Color convert

RGB 210 56 205 -
CMYK 0 0.73 0.02 0.18
HSL 301.95º 0.63% 0.52% -
HSV(B) 301.95º 0.73% 0.82% -
XYZ 39.01 20.94 59.74 -
YUV 119.03 176.52 192.88 -
System Red Green Blue C M Y K H S L
Decimal 210 56 205 0 0.73 0.02 0.18 301.95 0.63 0.52
Hex D2 38 CD 0 49 2 12 12E 3F 34
Octal 322 70 315 0 111 2 22 456 77 64
Binary 11010010 111000 11001101 0 1001001 10 10010 100101110 111111 110100

Color Harmonies of #D238CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D238CD

Black with #D238CD

Text Example


Text Example

White with #D238CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D238CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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