Html Css Color HEX #D433F9 Psychedelic Purple

📋 copy color: '#D433F9'

red 212 ◦ green 51 ◦ blue 249

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

Shades of Psychedelic Purple #D433F9

Tints of Psychedelic Purple #D433F9

RGB

 RED value IS 212 (83.2% from 255) = 41.41%

 GREEN value IS 51 (20.31% from 255) = 9.96%

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

R = 41.41%
G = 9.96%
B = 48.63%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D433F9 (or 0xD433F9) is known color: Psychedelic Purple. HEX triplet: D4, 33 and F9. RGB value is (212,51,249). Sum of RGB (Red+Green+Blue) = 212+51+249=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 51 (20.31% from 255 or 9.96% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #D433F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D433F9 is #2BCC06. Grayscale: #797979. Windows color (decimal): -2870279 or 16331732. OLE color: 16331732.

HSL color Cylindrical-coordinate representation of color #D433F9: hue angle of 288.79º degrees, saturation: 0.94, 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 #D433F9 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 51 249 -
CMYK 0.15 0.80 0 0.02
HSL 288.79º 0.94% 0.59% -
HSV(B) 288.79º 0.8% 0.98% -
XYZ 45.43 23.2 91.71 -
YUV 121.71 199.84 192.4 -
System Red Green Blue C M Y K H S L
Decimal 212 51 249 0.15 0.80 0 0.02 288.79 0.94 0.59
Hex D4 33 F9 F 50 0 2 121 5E 3B
Octal 324 63 371 17 120 0 2 441 136 73
Binary 11010100 110011 11111001 1111 1010000 0 10 100100001 1011110 111011

Color Harmonies of #D433F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D433F9

Black with #D433F9

Text Example


Text Example

White with #D433F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D433F9; }

 p { color: rgb(212,51,249); }

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

background-color css

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

 a { background-color: rgb(212,51,249); }

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

border-color css

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

 span { border-color: rgb(212,51,249); }

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