Html Css Color HEX #D235FA Psychedelic Purple

📋 copy color: '#D235FA'

red 210 ◦ green 53 ◦ blue 250

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

Shades of Psychedelic Purple #D235FA

Tints of Psychedelic Purple #D235FA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.33%

 BLUE value IS 250 (98.05% from 255) = 48.73%

R = 40.94%
G = 10.33%
B = 48.73%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D235FA (or 0xD235FA) is known color: Psychedelic Purple. HEX triplet: D2, 35 and FA. RGB value is (210,53,250). Sum of RGB (Red+Green+Blue) = 210+53+250=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 53 (21.09% from 255 or 10.33% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #D235FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D235FA is #2DCA05. Grayscale: #797979. Windows color (decimal): -3000838 or 16397778. OLE color: 16397778.

HSL color Cylindrical-coordinate representation of color #D235FA: hue angle of 287.82º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D235FA is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 53 250 -
CMYK 0.16 0.79 0 0.02
HSL 287.82º 0.95% 0.59% -
HSV(B) 287.82º 0.79% 0.98% -
XYZ 45.11 23.15 92.53 -
YUV 122.4 200.01 190.48 -
System Red Green Blue C M Y K H S L
Decimal 210 53 250 0.16 0.79 0 0.02 287.82 0.95 0.59
Hex D2 35 FA 10 4F 0 2 120 5F 3B
Octal 322 65 372 20 117 0 2 440 137 73
Binary 11010010 110101 11111010 10000 1001111 0 10 100100000 1011111 111011

Color Harmonies of #D235FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D235FA

Black with #D235FA

Text Example


Text Example

White with #D235FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D235FA; }

 p { color: rgb(210,53,250); }

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

background-color css

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

 a { background-color: rgb(210,53,250); }

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

border-color css

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

 span { border-color: rgb(210,53,250); }

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