Html Css Color HEX #D232FA Psychedelic Purple

📋 copy color: '#D232FA'

red 210 ◦ green 50 ◦ blue 250

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

Shades of Psychedelic Purple #D232FA

Tints of Psychedelic Purple #D232FA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.8%

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

R = 41.18%
G = 9.8%
B = 49.02%

CMYK

 C value IS 0.16

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D232FA (or 0xD232FA) is known color: Psychedelic Purple. HEX triplet: D2, 32 and FA. RGB value is (210,50,250). Sum of RGB (Red+Green+Blue) = 210+50+250=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 50 (19.92% from 255 or 9.80% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #D232FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D232FA is #2DCD05. Grayscale: #787878. Windows color (decimal): -3001606 or 16397010. OLE color: 16397010.

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

Color convert

RGB 210 50 250 -
CMYK 0.16 0.8 0 0.02
HSL 288º 0.95% 0.59% -
HSV(B) 288º 0.8% 0.98% -
XYZ 44.97 22.88 92.49 -
YUV 120.64 201.01 191.74 -
System Red Green Blue C M Y K H S L
Decimal 210 50 250 0.16 0.8 0 0.02 288 0.95 0.59
Hex D2 32 FA 10 50 0 2 120 5F 3B
Octal 322 62 372 20 120 0 2 440 137 73
Binary 11010010 110010 11111010 10000 1010000 0 10 100100000 1011111 111011

Color Harmonies of #D232FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D232FA

Black with #D232FA

Text Example


Text Example

White with #D232FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D232FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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