Html Css Color HEX #D229FA Psychedelic Purple

📋 copy color: '#D229FA'

red 210 ◦ green 41 ◦ blue 250

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

Shades of Psychedelic Purple #D229FA

Tints of Psychedelic Purple #D229FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.18%

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

R = 41.92%
G = 8.18%
B = 49.9%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D229FA (or 0xD229FA) is known color: Psychedelic Purple. HEX triplet: D2, 29 and FA. RGB value is (210,41,250). Sum of RGB (Red+Green+Blue) = 210+41+250=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 41 (16.41% from 255 or 8.18% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #D229FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D229FA is #2DD605. Grayscale: #727272. Windows color (decimal): -3003910 or 16394706. OLE color: 16394706.

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

Color convert

RGB 210 41 250 -
CMYK 0.16 0.84 0 0.02
HSL 288.52º 0.95% 0.57% -
HSV(B) 288.52º 0.84% 0.98% -
XYZ 44.63 22.19 92.37 -
YUV 115.36 203.99 195.51 -
System Red Green Blue C M Y K H S L
Decimal 210 41 250 0.16 0.84 0 0.02 288.52 0.95 0.57
Hex D2 29 FA 10 54 0 2 121 5F 39
Octal 322 51 372 20 124 0 2 441 137 71
Binary 11010010 101001 11111010 10000 1010100 0 10 100100001 1011111 111001

Color Harmonies of #D229FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D229FA

Black with #D229FA

Text Example


Text Example

White with #D229FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D229FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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