Html Css Color HEX #D238CA Fuchsia

📋 copy color: '#D238CA'

red 210 ◦ green 56 ◦ blue 202

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

Shades of Fuchsia #D238CA

Tints of Fuchsia #D238CA

RGB

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

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

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

R = 44.87%
G = 11.97%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D238CA (or 0xD238CA) is known color: Fuchsia. HEX triplet: D2, 38 and CA. RGB value is (210,56,202). Sum of RGB (Red+Green+Blue) = 210+56+202=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D238CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238CA is #2DC735. Grayscale: #767676. Windows color (decimal): -3000118 or 13252818. OLE color: 13252818.

HSL color Cylindrical-coordinate representation of color #D238CA: hue angle of 303.12º 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 #D238CA is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 56 202 -
CMYK 0 0.73 0.04 0.18
HSL 303.12º 0.63% 0.52% -
HSV(B) 303.12º 0.73% 0.82% -
XYZ 38.65 20.79 57.85 -
YUV 118.69 175.02 193.13 -
System Red Green Blue C M Y K H S L
Decimal 210 56 202 0 0.73 0.04 0.18 303.12 0.63 0.52
Hex D2 38 CA 0 49 4 12 12F 3F 34
Octal 322 70 312 0 111 4 22 457 77 64
Binary 11010010 111000 11001010 0 1001001 100 10010 100101111 111111 110100

Color Harmonies of #D238CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D238CA

Black with #D238CA

Text Example


Text Example

White with #D238CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D238CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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