Html Css Color HEX #D436FB Psychedelic Purple

📋 copy color: '#D436FB'

red 212 ◦ green 54 ◦ blue 251

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

Shades of Psychedelic Purple #D436FB

Tints of Psychedelic Purple #D436FB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.44%

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

R = 41.01%
G = 10.44%
B = 48.55%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D436FB (or 0xD436FB) is known color: Psychedelic Purple. HEX triplet: D4, 36 and FB. RGB value is (212,54,251). Sum of RGB (Red+Green+Blue) = 212+54+251=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 54 (21.48% from 255 or 10.44% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #D436FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D436FB is #2BC904. Grayscale: #7B7B7B. Windows color (decimal): -2869509 or 16463572. OLE color: 16463572.

HSL color Cylindrical-coordinate representation of color #D436FB: hue angle of 288.12º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D436FB is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 54 251 -
CMYK 0.16 0.78 0 0.02
HSL 288.12º 0.96% 0.6% -
HSV(B) 288.12º 0.78% 0.98% -
XYZ 45.88 23.6 93.4 -
YUV 123.7 199.85 190.98 -
System Red Green Blue C M Y K H S L
Decimal 212 54 251 0.16 0.78 0 0.02 288.12 0.96 0.6
Hex D4 36 FB 10 4E 0 2 120 60 3C
Octal 324 66 373 20 116 0 2 440 140 74
Binary 11010100 110110 11111011 10000 1001110 0 10 100100000 1100000 111100

Color Harmonies of #D436FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D436FB

Black with #D436FB

Text Example


Text Example

White with #D436FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D436FB; }

 p { color: rgb(212,54,251); }

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

background-color css

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

 a { background-color: rgb(212,54,251); }

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

border-color css

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

 span { border-color: rgb(212,54,251); }

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