Html Css Color HEX #D433FA Psychedelic Purple

📋 copy color: '#D433FA'

red 212 ◦ green 51 ◦ blue 250

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

Shades of Psychedelic Purple #D433FA

Tints of Psychedelic Purple #D433FA

RGB

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

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

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

R = 41.33%
G = 9.94%
B = 48.73%

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

#D433FA (or 0xD433FA) is known color: Psychedelic Purple. HEX triplet: D4, 33 and FA. RGB value is (212,51,250). Sum of RGB (Red+Green+Blue) = 212+51+250=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 51 (20.31% from 255 or 9.94% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #D433FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D433FA is #2BCC05. Grayscale: #797979. Windows color (decimal): -2870278 or 16397268. OLE color: 16397268.

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

Color convert

RGB 212 51 250 -
CMYK 0.15 0.80 0 0.02
HSL 288.54º 0.95% 0.59% -
HSV(B) 288.54º 0.8% 0.98% -
XYZ 45.59 23.27 92.53 -
YUV 121.83 200.34 192.32 -
System Red Green Blue C M Y K H S L
Decimal 212 51 250 0.15 0.80 0 0.02 288.54 0.95 0.59
Hex D4 33 FA F 50 0 2 121 5F 3B
Octal 324 63 372 17 120 0 2 441 137 73
Binary 11010100 110011 11111010 1111 1010000 0 10 100100001 1011111 111011

Color Harmonies of #D433FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D433FA

Black with #D433FA

Text Example


Text Example

White with #D433FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D433FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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