Html Css Color HEX #D229FD Psychedelic Purple

📋 copy color: '#D229FD'

red 210 ◦ green 41 ◦ blue 253

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

Shades of Psychedelic Purple #D229FD

Tints of Psychedelic Purple #D229FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.2%

R = 41.67%
G = 8.13%
B = 50.2%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D229FD (or 0xD229FD) is known color: Psychedelic Purple. HEX triplet: D2, 29 and FD. RGB value is (210,41,253). Sum of RGB (Red+Green+Blue) = 210+41+253=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 41 (16.41% from 255 or 8.13% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #D229FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D229FD is #2DD602. Grayscale: #737373. Windows color (decimal): -3003907 or 16591314. OLE color: 16591314.

HSL color Cylindrical-coordinate representation of color #D229FD: hue angle of 287.83º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D229FD is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 41 253 -
CMYK 0.17 0.84 0 0.01
HSL 287.83º 0.98% 0.58% -
HSV(B) 287.83º 0.84% 0.99% -
XYZ 45.1 22.38 94.87 -
YUV 115.7 205.49 195.26 -
System Red Green Blue C M Y K H S L
Decimal 210 41 253 0.17 0.84 0 0.01 287.83 0.98 0.58
Hex D2 29 FD 11 54 0 1 120 62 3A
Octal 322 51 375 21 124 0 1 440 142 72
Binary 11010010 101001 11111101 10001 1010100 0 1 100100000 1100010 111010

Color Harmonies of #D229FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D229FD

Black with #D229FD

Text Example


Text Example

White with #D229FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D229FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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