Html Css Color HEX #D929FB Psychedelic Purple

📋 copy color: '#D929FB'

red 217 ◦ green 41 ◦ blue 251

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

Shades of Psychedelic Purple #D929FB

Tints of Psychedelic Purple #D929FB

RGB

 RED value IS 217 (85.16% from 255) = 42.63%

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

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 42.63%
G = 8.06%
B = 49.31%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D929FB (or 0xD929FB) is known color: Psychedelic Purple. HEX triplet: D9, 29 and FB. RGB value is (217,41,251). Sum of RGB (Red+Green+Blue) = 217+41+251=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 41 (16.41% from 255 or 8.06% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #D929FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D929FB is #26D604. Grayscale: #747474. Windows color (decimal): -2545157 or 16460249. OLE color: 16460249.

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

Color convert

RGB 217 41 251 -
CMYK 0.14 0.84 0 0.02
HSL 290.29º 0.96% 0.57% -
HSV(B) 290.29º 0.84% 0.98% -
XYZ 46.82 23.3 93.3 -
YUV 117.56 203.31 198.92 -
System Red Green Blue C M Y K H S L
Decimal 217 41 251 0.14 0.84 0 0.02 290.29 0.96 0.57
Hex D9 29 FB E 54 0 2 122 60 39
Octal 331 51 373 16 124 0 2 442 140 71
Binary 11011001 101001 11111011 1110 1010100 0 10 100100010 1100000 111001

Color Harmonies of #D929FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D929FB

Black with #D929FB

Text Example


Text Example

White with #D929FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D929FB; }

 p { color: rgb(217,41,251); }

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

background-color css

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

 a { background-color: rgb(217,41,251); }

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

border-color css

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

 span { border-color: rgb(217,41,251); }

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