Html Css Color HEX #D229F9 Psychedelic Purple

📋 copy color: '#D229F9'

red 210 ◦ green 41 ◦ blue 249

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

Shades of Psychedelic Purple #D229F9

Tints of Psychedelic Purple #D229F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.8%

R = 42%
G = 8.2%
B = 49.8%

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

#D229F9 (or 0xD229F9) is known color: Psychedelic Purple. HEX triplet: D2, 29 and F9. RGB value is (210,41,249). Sum of RGB (Red+Green+Blue) = 210+41+249=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 41 (16.41% from 255 or 8.2% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #D229F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D229F9 is #2DD606. Grayscale: #727272. Windows color (decimal): -3003911 or 16329170. OLE color: 16329170.

HSL color Cylindrical-coordinate representation of color #D229F9: hue angle of 288.75º 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 #D229F9 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 41 249 -
CMYK 0.16 0.84 0 0.02
HSL 288.75º 0.95% 0.57% -
HSV(B) 288.75º 0.84% 0.98% -
XYZ 44.47 22.13 91.55 -
YUV 115.24 203.49 195.59 -
System Red Green Blue C M Y K H S L
Decimal 210 41 249 0.16 0.84 0 0.02 288.75 0.95 0.57
Hex D2 29 F9 10 54 0 2 121 5F 39
Octal 322 51 371 20 124 0 2 441 137 71
Binary 11010010 101001 11111001 10000 1010100 0 10 100100001 1011111 111001

Color Harmonies of #D229F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D229F9

Black with #D229F9

Text Example


Text Example

White with #D229F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D229F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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